withInput(Input::except('password'))->with('error', 'Invalid email or password'); } } public function logoutAction() { Auth::logout(); return Redirect::to('/'); } }