bobdenotter / rss-extension
Provide RSS, Atom and JSON feeds for Bolt 4
Installs: 426
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 4
Open Issues: 1
Type:bolt-extension
Requires
- php: >=7.1.3
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^4.2 | ^5.0
- symplify/easy-coding-standard: ^6.0
README
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.
Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src --fix