fourcoders / cache-clear-bundle
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
Package info
github.com/fourcoders/Cacheclearbundle
Type:symfony-bundle
pkg:composer/fourcoders/cache-clear-bundle
dev-master
2014-03-26 15:03 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.0.0
This package is not auto-updated.
Last update: 2026-03-10 12:32:38 UTC
README
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
Add in your composer.json
{
"require": {
"fourcoders/cache-clear-bundle": "dev-master"
}
}
Add in your app/AppKernel.php
<?php
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Fourcoders\Bundle\CacheclearBundle\FourcodersCacheclearBundle(),
// ...
);
}
Use it with the command
unix:cache:clear