Author: Bob den Otter
This Bolt extension can be used to create RSS, Atom and JSON feeds for your Bolt website.
Installation:
composer require bobdenotter/rss-extension
After installation, configure the workings of the extension in
config/extensions/bobdenotter-rssextension.yaml
.
The part below is only for developing the extension. Not required for general usage of the extension in your Bolt Project.
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src --fix