用户登出需要使用 Auth facade 的 logout 方法。它会清除用户会话(session)中的用户验证信息:
Auth
logout
Auth::logout();Copy
Auth::logout();
关闭