Ver originalRoute::filter('admin', function(){ if(Auth::check()){ $user = Auth::user(); //tu logica }else{ return Redirect::to('/'); }});