Laravel Lumen Memcached not found

后端 未结 12 1761
無奈伤痛
無奈伤痛 2021-01-31 01:55

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

12条回答
  •  一向
    一向 (楼主)
    2021-01-31 02:33

    In my case i added Add CACHE_DRIVER=array in .env file
    Then

    Dotenv::load(__DIR__.'/../');
    

    in my bootstrap/app.php and the .env file started working.

提交回复
热议问题