Skip to content
Albert Lacarta edited this page Nov 5, 2013 · 1 revision

Update your composer.json file adding the Urodoz CacheManager bundle

...
    "require": {
        "urodoz/cachemanager": "dev-master",
        "predis/predis": "0.8.*@dev"
    },
...

And add the bundle to Symfony 2 AppKernel.php

    $bundles = array(
        //...
        new Urodoz\Bundle\CacheBundle\UrodozCacheBundle(),
    );

Clone this wiki locally