Sorry for this crosspost, I already asked my question on Laracast, but no response came, that's why...
I created a package (lockated in the workbench dir). It is part of the existing project, but now I w...
I'm not sure what title to give this thread. Imagine that the following eloquent query is build. $wo...
I'm having trouble firering model events. currently I have the following <?php use Illuminate\Da...
I was wondering if it is possible to yield or include the view of a package without copying the pack...
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-...
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.
The community