Is it possible to have different expiration times for different session variables? For example: A sh...
Hello, I am busy creating a step by step application where the user have to submit stuff. In the fir...
Hi, I'm just starting out with Laravel and managed to get Vagrant/Virtualbox working on my Windows 7...
Example resulting in wrong result (is used for a scope-Method): return $query->whereRaw(<<&...
Hello, I downloaded the laravel.phar file, renamed it to laravel, moved it to /usr/local/bin, then m...
I have a Post model, that read from my table "posts". In my PostController, I inject an Po...
Let's say I have a controller named "PositionsController". This controller depends on &quo...
I tried to run the following code on Laravel that I have run using "php artisan serve" and...
Hi, I seem to login fine, i.e. Auth:attemp returns true, and within the controller itself Auth::chec...
Hi! So i trying to use a permission filter before my routes. But just the last one running. Any idea...
I have a database that will contain all the data for an applicant, however each section will be sepa...
I am new in laravel and working with 4.1.* version. I have a query that what will be the standard fo...
Got a quick question I am new to the concept of queues with Laravel I am using iron.io and subscribi...
In my code I retrieve a category like this: $category=Category::find($categoryID); And then echo its...
In one of my controller-functions I retrieve a model: $user=User::where('token',$token)->first();...
I'm planning on using NodeJS frontend and a Laravel backend for a project. Authentication I am plann...
I have my application timezone set to UTC so that I can store the date/time in UTC in the mysql data...
Hello folks. I am in need of a little direction on setting up a query on a many-to-many relationsh...
Hi, I'm new on Laravell and I can't create route like "en/users" or "it/users" w...
In one of my project, I'd like to output a json value from my mysql table immediately to array when...
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.