Memcached on Windows (wamp) with Laravel

709 views Asked by At

I'm developing locally with laravel under wamp, i want to use memcached (not memcache) and after hours and days of searching i could find only memcache for windows but no memcached.

laravel support only memcached, and the trick $memcached = new memcache doesn't work like in other frameworks if i try to run a page that contains caching code the debugger will throw an error like

Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) HELP

Class 'Memcached' not found

enter image description here

i'm struggling with this since a long time i really need to stimulate load speed with cache as close as web servers locally (without installing vagrant)

0

There are 0 answers