laravel中间件
创建中间件 php artisan make:middleware ?中间件 ? ? ? ? public function handle($request,Closure $next,$paramas) } ? ? 退出登录,清楚缓存 public function Layout(){ auth()->logout(); return redirect(route(‘index/login‘))->with(‘msg‘,‘请重新登录‘);}} (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |