queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...
Hi, According to the Laravel documentation, I can do: 'email' => 'unique:users,email_address,10'...
Hi, I have two parameters that can have various values. One of the rules that I need to have is: &qu...
On using the DB inside the controller I am getting an FatalErrorException stating class 'App/Http/Co...
So I have two forms on a single page. Login (email, password) and register (username, email, passwor...
Hi, I found a package on packagist.com that I want to use in my Laravel project. I've installed the...
Hello All, Im new here and just would like to know if the below way is PROPER OR NOT(it works for me...
Does somebody using Repository pattern in Laravel 5? I need some examples. Or is it a bad practice t...
hi i want convert this sql to eloquent but i don't now SELECT companies.LVal18AFC, basket.qty, b...
Hello, I have a controller named PlanController with the create and store method. Now I want to test...
I have the following code in my controller: public function send() { $name = Input::get('name'...
Hello, I am new to this vagrant idea and I have a question (I hope it makes sense here). Imagine I h...
Hi, I made yet another package to handle users on my projects. The main point is that it works almos...
Dear all, Truth be told, I'm not laravel programmer. I need create a intranet website with ACL the l...
Composer update don't work after 4.3 version was pumped to 5.0 Is there a way to fix this or do i ha...
I have 3 tables. Photo id area_id user_id description User id name Area id name I want to make a...
I'm building a small TV Show library in laravel. I want to include an API as well for possible futur...
I'm trying to pass a Laraver token to AngularJS app to make an ajax submit. This operations shows me...
Maybe I did not find some feature that make it safe, but after some tests.. I think that if you logi...
Hi All, I am using cookie as session in one of my project in laravel. and set following things in se...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community