Exemplo n.º 1
0
 public function getLogout()
 {
     \Auth::logout();
     \Session::flush();
     return \Redirect::to('/');
 }