Is it possible to disable the build in commands like migrate. To be certain I can't run them by acci...
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.