在laravel 5.7中,当我单击注销按钮时,注销功能不起作用,它向我显示此错误/var/www/html/orderManager/vendor/auth0/login/src/Auth0/Login/Auth0Service.php$this->authApi = new Authentication($this->auth0Config['domain'], $this->auth0Config['client_id']);“未定义的索引:域”web.phpRoute::get('logout', 'HomeController@logout');HomeController.phppublic function logout() { Auth::logout(); Session::flush(); return redirect('/login'); }
- 2 回答
- 0 关注
- 120 浏览
添加回答
举报
0/150
提交
取消