コード例 #1
0
 public function getLogout()
 {
     \Auth::logout();
     \Session::flush();
     return \Redirect::to('/');
 }