Skip to content

Commit

Permalink
Added logout route
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottelet committed Sep 1, 2016
1 parent bd87b86 commit a794300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
|
*/
Route::auth();
Route::get('/logout', 'Auth\LoginController@logout');
Route::group(['middleware' => ['auth']], function () {
/**
* MAIN
Expand Down

0 comments on commit a794300

Please sign in to comment.