bitsnbolts/laravel-feed is a Laravel package for bitsnbolts feed package for laravel..
It currently has 0 GitHub stars and 10.446 downloads on Packagist (latest version v12.0.0).
Install it with composer require bitsnbolts/laravel-feed.
Discover more Laravel packages by bitsnbolts
or browse all Laravel packages to compare alternatives.
Last updated
Bitsnbolts Feed package for Laravel.
Run the following command and provide the latest stable version (e.g v8.*) :
composer require bitsnbolts/feed
or add the following to your composer.json file :
"bitsnbolts/feed": "8.*"
(development branch)
"bitsnbolts/feed": "8.x-dev"
"bitsnbolts/feed": "7.*"
(development branch)
"bitsnbolts/feed": "7.x-dev"
"bitsnbolts/feed": "6.*"
(development branch)
"bitsnbolts/feed": "6.x-dev"
"bitsnbolts/feed": "3.1.*"
(development branch)
"bitsnbolts/feed": "3.1.x-dev"
"bitsnbolts/feed": "3.0.*"
(development branch)
"bitsnbolts/feed": "3.0.x-dev"
"bitsnbolts/feed": "2.12.*"
(development branch)
"bitsnbolts/feed": "2.12.x-dev"
"bitsnbolts/feed": "2.11.*"
(development branch)
"bitsnbolts/feed": "2.11.x-dev"
Publish package views (OPTIONAL) :
php artisan vendor:publish --provider="Bitsnbolts\Feed\FeedServiceProvider"
How to generate basic feed (with optional caching)
How to generate multiple feeds
How to add images to your feed
How to use custom view for your feed
How to use custom content-type for your feed
and more in the Wiki
Before submiting new merge request or creating new issue, please read contribution guidelines.
This package is open-sourced software licensed under the MIT license.