5.2 doesn't come with the auth stuff (controllers/routes/views) by default. Have you run the php artisan make:auth command?
Dec 27, 2015
14
Level 4
Logout Won't Work, Laravel 5.2
Hey Guys,
New to laravel framework, and I was following the tutorial Laravel 5 Fundamentals.
Everything seems to work fine except logging out, whenever I go to localhost:8888/auth/logout
I get this error:
NotFoundHttpException in RouteCollection.php line 161:
and it won't get me logged out.
I'm using Laravel 5.2 and I have followed the tutorial step by step, so I assume something changed between 5 and 5.2 and I couldn't find the solution yet.
Thank you
Level 4
It gives you exactly what you need here:
https://laracasts.com/series/whats-new-in-laravel-5-2/episodes/3
1 like
Please or to participate in this conversation.