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 your .env file, you can also use CACHE_DRIVER=file instead of CACHE_DRIVER=memcached
.env
CACHE_DRIVER=file
CACHE_DRIVER=memcached