symfony-bundle cache-clear-bundle
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
fourcoders/cache-clear-bundle
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
cacheclearbundle
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems., (*1)
Add in your composer.json, (*2)
{
"require": {
"fourcoders/cache-clear-bundle": "dev-master"
}
}
Add in your app/AppKernel.php, (*3)
<?php
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Fourcoders\Bundle\CacheclearBundle\FourcodersCacheclearBundle(),
// ...
);
}
Use it with the command, (*4)
unix:cache:clear
dev-master
9999999-dev
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
Sources
Download
MIT
The Requires
crud
symfony