Does anyone know if the views for login/register was removed on purpose from 5.1 ? They are listed o...
Check "php artisan route:list" if everything is set up as you expect.
$pages are not defined in index() but used in the view. You should probably turn on debug in the .en...
Try looking in https://github.com/laravel/framework/blob/5.1/src/Illuminate/Auth/Guard.php
Would there happen to be some javascript involved in said situation?
I use Digital Ocean for my own laravel project and to be honest the amount of work required to spin...
The Laravel portal for problem solving, knowledge sharing and community building.