Does anyone know if the views for login/register was removed on purpose from 5.1 ? They are listed o...
$response = $this->passwords->sendResetLink($request->only('email'), What is $this->pa...
Please try: php artisan route:clear Laravel 5 added some route caching that can cause that headache,...
Maybe Request::segment will help you?
What is SESSION_DRIVER set to in your .env file and driver in sessions.php?
Silly question, but does php artisan routes:clear help?
The Laravel portal for problem solving, knowledge sharing and community building.