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.
我無奈地解決這一問題?
請寄出導致錯誤的代碼。 –
在'Http/Kernel.php'中是否啓用了'StartSession'中間件? – jszobody
@jszobody裏面有'$ middlewareGroups'裏面有 – gsk