Just wondering if there is an package or a method to generate the language files? Now I just need to...
I have the following model: class ProjectTwitterStatus extends Eloquent { protected $table = 'proj...
OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...
I'm having difficulty to let the laravel query order by a date field of a nested query. This is what...
I was wondering if it is possible to pass variables from a route filter to the controller. I current...
This is all you need to do: <?php namespace App\Http\Controllers\Auth; use App\Http\Controllers\...
No you need to override the postLogin() method so it will look like this <?php namespace App\Http...
It is used in this line: use AuthenticatesAndRegistersUsers;. That line includes everything that is...
And they are back again :( http://laravel.io/forum/12-12-2014-919799138999-online-black-magic-and-v...
On the Laravel IRC chat I discussed the problem and found the solution! I just needed to do a git in...
The Laravel portal for problem solving, knowledge sharing and community building.