2017 © Pedro Peláez
 

symfony-bundle cache-clear-bundle

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

image

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

The README.md

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

The Versions

26/03 2014

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