简体   繁体   English

不支持驱动程序 [会话]。 在laravel 5.2 错误?

[英]Driver [session] not supported. in laravel 5.2 Error?

When I am using Auth::check() or Auth::logout() or Auth::attempt(['email' => $email, 'password' => $password], $remember)当我使用Auth::check()Auth::logout()Auth::attempt(['email' => $email, 'password' => $password], $remember)

I am getting following error,我收到以下错误,

InvalidArgumentException in Manager.php line 90: Driver [session] not supported.

在此处输入图片说明

I am helpless to solve the issue?我无奈解决问题?

将 config/session.php 驱动程序更改为数据库或文件,并在进行更改后不要忘记重新启动 Laravel 应用程序(关闭您的终端并再次打开您的终端并输入“php artisan serve”)

将 config/session.php 驱动程序更改为数据库或文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM