Files
2025-03-12 17:06:23 +01:00

20 lines
291 B
Plaintext

= sfFeedPlugin plugin =
The `sfFeedPlugin` simplifies the creation of syndication feeds.
== Installation ==
* Install the plugin
{{{
symfony plugin-install http://plugins.symfony-project.com/sfFeedPlugin
}}}
* Clear you cache
{{{
symfony cc
}}}
* You're done.