fourcoders / cache-clear-bundle
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
Installs: 59
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.0.0
This package is not auto-updated.
Last update: 2024-11-05 06:25:15 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