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

dev-master 2014-03-26 15:03 UTC

This package is not auto-updated.

Last update: 2024-04-23 03:36:47 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