We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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(), );
There was an error while loading. Please reload this page.