This plugin allows you trigger "symfony cc" from browser by pressing ctrl + F5 Everytime when browser loads page ignoring local cache, Symfony will detect it and clear its cache as well. Cleaning performs at early stage of system life cycle long before templates rendering but AFTER caching autoload. The plugin does nothing if environment is not equal 'dev'. Intall: ./symfony plugin:install -s beta sfCcPlugin Then enable it in your /config/ProjectConfiguration.class.php $this->enablePlugins('sfCcPlugin'); That's it. Feel free to contact me.