spatie/laravel-feed
Generate RSS, Atom, and JSON feeds for your Laravel app with minimal code. Install, register Route::feeds(), configure your feed items, and serve standards-compliant feeds from your application quickly and easily.
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.4.3...4.4.4
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.4.2...4.4.3
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.4.1...4.4.2
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.4.0...4.4.1
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.3.0...4.4.0
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.2.1...4.3.0
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.2.0...4.2.1
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.1.5...4.2.0
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.1.4...4.1.5
PHPUnit to v9.5.UPGRADING.md guide to help users manually upgrade package versions.jsonfeed.org support).FeedItem::author. Use FeedItem::authorName and FeedItem::authorEmail instead.feed::feed view. Use feed::atom, feed::json, feed:rss or a custom view instead.FeedItem::image (json feeds only).items configuration key.format to specify the type of feed that is generated (rss, atom, or json).contentType to force the content type of the feed response.image which associates an image with the overall feed.type default value to an empty string (value is now auto detected by default).view so that it is now required to be an existing view.view no longer defaults to feed::feed when it contains an empty value (now defaults to feed::atom).This release contains breaking changes:
FeedItem::author has been replaced with authorName and authorEmail (optional).view must be an existing view (empty values/non-existent views now throw an Exception).Route::feeds() use default value (#150)Feed easier to handle programmaticallydescription and language keys to the config fileview config optionFeedItem nowFeedable interface for models that can be transformed to a FeedItemCDATA to titleCDATA wrappers that were outside of the link nodesThis version contains a breaking change. To continue using the package you'll have to add
Route::feeds() at the top of your routes file.
Full Changelog: https://github.com/spatie/laravel-feed/compare/4.1.0...4.1.1
How can I help you explore Laravel packages today?