PHPackages                             fourcoders/cache-clear-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. fourcoders/cache-clear-bundle

ActiveSymfony-bundle

fourcoders/cache-clear-bundle
=============================

This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.

459PHP

Since Mar 26Pushed 12y ago3 watchersCompare

[ Source](https://github.com/fourcoders/Cacheclearbundle)[ Packagist](https://packagist.org/packages/fourcoders/cache-clear-bundle)[ RSS](/packages/fourcoders-cache-clear-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

cacheclearbundle
================

[](#cacheclearbundle)

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

```
