PHP 5.4 & Laravel Class 'Memcached' not found

后端 未结 4 772
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 22:44

I realize there are about 10 of these questions out there but none fit me completely.

Steps completed:

  1. Installed memcache
  2. installed php memcac
4条回答
  •  春和景丽
    2021-01-07 23:26

    In Laravel/Lumen 5.4 just replace the CACHE_DRIVER=file in .env file, the artisan command will work perfectly, But you will not get all the command as same as laravel.

提交回复
热议问题