Ok, I just started with Lumen and I\'m trying to use the Auth, but a call to either Auth::check or any other function of Auth.. leads to the below Error Fatal error: Cla
You may need to restart your server, especially if you're using php artisan serve.
php artisan serve
Lumen doesn't appear to pick up .env changes per-request.
.env
I had exactly the same issue - trying to use file cache, but received errors regarding Memcached - restarting the server reloads the .env file.