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
In my case i added Add CACHE_DRIVER=array in .env file Then
CACHE_DRIVER=array
Dotenv::load(__DIR__.'/../');
in my bootstrap/app.php and the .env file started working.
bootstrap/app.php
.env