|
Revision 2012, 476 bytes
(checked in by fabien, 7 years ago)
|
plugins: added sfPrototypePlugin
|
| Line | |
|---|
| 1 |
= sfPrototype plugin = |
|---|
| 2 |
|
|---|
| 3 |
The `sfPrototypePlugin` contains the prototype and scrip.aculo.us javascript libraries. |
|---|
| 4 |
|
|---|
| 5 |
After installation, symfony will use the plugin files instead of the core ones. |
|---|
| 6 |
|
|---|
| 7 |
== Installation == |
|---|
| 8 |
|
|---|
| 9 |
* Install the plugin |
|---|
| 10 |
|
|---|
| 11 |
{{{ |
|---|
| 12 |
symfony plugin-install http://plugins.symfony-project.com/sfPrototypePlugin |
|---|
| 13 |
}}} |
|---|
| 14 |
|
|---|
| 15 |
* Clear you cache |
|---|
| 16 |
|
|---|
| 17 |
{{{ |
|---|
| 18 |
symfony cc |
|---|
| 19 |
}}} |
|---|
| 20 |
|
|---|
| 21 |
* You're done. You now have overridden the default prototype and script.aculo.us files. |
|---|