2016-03-15 247 views
1

當我使用Auth::check()Auth::logout()Auth::attempt(['email' => $email, 'password' => $password], $remember)不支持Driver [session]。在laravel 5.2錯誤?

我收到以下錯誤,

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

enter image description here

我無奈地解決這一問題?

+0

請寄出導致錯誤的代碼。 –

+0

在'Http/Kernel.php'中是否啓用了'StartSession'中間件? – jszobody

+0

@jszobody裏面有'$ middlewareGroups'裏面有 – gsk

回答

0

將config/session.php驅動更改爲數據庫或文件