Feed Atom/RSS
Stancy can generate feeds using spatie/laravel-feed. It allows you to generate a feed for a whole page collection.
Feed configuration
The package provides a feed factory which enables you to generate your feed by passing the page collection name.
config/feed.php
Feed links
You can generate alternate link tags for all your configured feeds and include them in your blade view.
Last updated