Guest User

Untitled

a guest
Nov 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Route::group(['middleware' => 'auth'],function(){
  2. Route::get('logout','AuthController@Logout')->name('logout');
  3. Route::get('/', 'HomeController@index')->name('home');
  4. Route::get('myprofile','ProfileController@Index')->name('profile');
Add Comment
Please, Sign In to add comment