|
Revision 27388, 0.5 kB
(checked in by azrael-ru, 3 years ago)
|
initial beta release
|
| Line | |
|---|
| 1 |
This plugin allows you trigger "symfony cc" from browser by pressing ctrl + F5 |
|---|
| 2 |
|
|---|
| 3 |
Everytime when browser loads page ignoring local cache, Symfony will detect it and clear its cache as well. |
|---|
| 4 |
Cleaning performs at early stage of system life cycle long before templates rendering but AFTER caching autoload. |
|---|
| 5 |
|
|---|
| 6 |
The plugin does nothing if environment is not equal 'dev'. |
|---|
| 7 |
|
|---|
| 8 |
Intall: |
|---|
| 9 |
|
|---|
| 10 |
./symfony plugin:install -s beta sfCcPlugin |
|---|
| 11 |
|
|---|
| 12 |
Then enable it in your /config/ProjectConfiguration.class.php |
|---|
| 13 |
$this->enablePlugins('sfCcPlugin'); |
|---|
| 14 |
|
|---|
| 15 |
That's it. |
|---|
| 16 |
Feel free to contact me. |
|---|