Laravel Lumen Memcached not found

后端 未结 12 1767
無奈伤痛
無奈伤痛 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:36

    You may need to restart your server, especially if you're using php artisan serve.

    Lumen doesn't appear to pick up .env changes per-request.

    I had exactly the same issue - trying to use file cache, but received errors regarding Memcached - restarting the server reloads the .env file.

提交回复
热议问题