PHP 5.4 & Laravel Class 'Memcached' not found

后端 未结 4 770
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  -上瘾入骨i
    2021-01-07 23:13

    If you are in a ubuntu environment, try to install Memcached with this:

    sudo apt-get install php5-memcached

    After that restart your server with

    sudo service lighttpd restart

    or

    sudo service apachectl2 restart

    or

    sudo service nginx restart

提交回复
热议问题