There are two memcache extensions for php.
http://pecl.php.net/package/memcache
http://pecl.php.net/package/memcached
There is memcached with a "d" and memcache without the "d"
You have the memcache extension installed and Laravel is looking for the memcached extension.
spekkionu said:
There are two memcache extensions for php.
http://pecl.php.net/package/memcache
http://pecl.php.net/package/memcachedThere is memcached with a "d" and memcache without the "d"
You have the memcache extension installed and Laravel is looking for the memcached extension.
Oh, thanks. I have not found memcached and thought that this module in php so called memcache.
The problem is: Laravel supports only Memcached Developing PHP app with Memcached on Windows seems impossible becasue the PHP extension only support Memcache (note: without a d) on Windows
It has been 9 months ago. I've answered the solution and post it here so it may help you or others:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community