bitsnbolts/laravel-feed

Bitsnbolts Feed package for Laravel.

Downloads

5259

Stars

0

Version

v10.0.0

Bitsnbolts Feed package

License PHP tests Test Coverage Maintainability Style Status Latest Stable Version Total Downloads

Bitsnbolts Feed package for Laravel.

Notes

  • Dev branches are for development and are UNSTABLE (use on your own risk)!

Installation

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 :

For Laravel 8

"bitsnbolts/feed": "8.*"

(development branch)

"bitsnbolts/feed": "8.x-dev"

For Laravel 7

"bitsnbolts/feed": "7.*"

(development branch)

"bitsnbolts/feed": "7.x-dev"

For Laravel 6

"bitsnbolts/feed": "6.*"

(development branch)

"bitsnbolts/feed": "6.x-dev"

For Laravel 5.8

"bitsnbolts/feed": "3.1.*"

(development branch)

"bitsnbolts/feed": "3.1.x-dev"

For Laravel 5.7

"bitsnbolts/feed": "3.0.*"

(development branch)

"bitsnbolts/feed": "3.0.x-dev"

For Laravel 5.6

"bitsnbolts/feed": "2.12.*"

(development branch)

"bitsnbolts/feed": "2.12.x-dev"

For Laravel 5.5

"bitsnbolts/feed": "2.11.*"

(development branch)

"bitsnbolts/feed": "2.11.x-dev"

Publish package views (OPTIONAL) :

php artisan vendor:publish --provider="Bitsnbolts\Feed\FeedServiceProvider"

Examples

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

Contribution guidelines

Before submiting new merge request or creating new issue, please read contribution guidelines.

License

This package is open-sourced software licensed under the MIT license.

bitsnbolts

Author

bitsnbolts