I am using Laravel 5.4 and trying to implement authentication system. I used php artisan command make:auth to setup it. I edited the views according to my layout. Now, when
In 5.5
adding
Route::get('logout', 'Auth\LoginController@logout');
to my routes file works fine.