teclaelvis01 / feed-news
Fork of Laravelium Feed package for Laravel.
Requires
- php: >=7.3
- illuminate/filesystem: ^8.0
- illuminate/support: ^8.0
Requires (Dev)
- laravel/framework: ^8.0
- orchestra/testbench-core: ^6.0
- phpunit/phpunit: ^9.3
- dev-master
- 8.x-dev
- v8.0.1
- 7.x-dev
- v7.0.1
- 6.x-dev
- v6.0.1
- 3.1.x-dev
- v3.1.2
- v3.1.1
- 3.0.x-dev
- v3.0.2
- v3.0.1
- 2.12.x-dev
- v2.12.6
- v2.12.5
- v2.12.4
- v2.12.3
- v2.12.2
- v2.12.1
- 2.11.x-dev
- v2.11.4
- v2.11.3
- v2.11.2
- v2.10.5
- v2.10.4
- v2.10.3
- v2.10.2
- v2.10.1
- v2.9.9
- v2.9.8
- v2.9.7
- v2.9.3
- v2.9.2
- v2.9.1
- v2.8.8
- v2.8.7
- v2.8.6
- v2.8.5
- v2.8.3
- v2.8.2
- v2.8.1
- v2.7.4
- v2.7.3
- v2.6.8
- dev-archive
This package is auto-updated.
Last update: 2024-10-29 06:46:53 UTC
README
Fork of Laravelium 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 teclaelvis01/feed-news
or add the following to your composer.json
file :
For Laravel 8
"laravelium/feed": "8.*"
(development branch)
"laravelium/feed": "8.x-dev"
For Laravel 7
"laravelium/feed": "7.*"
(development branch)
"laravelium/feed": "7.x-dev"
For Laravel 6
"laravelium/feed": "6.*"
(development branch)
"laravelium/feed": "6.x-dev"
For Laravel 5.8
"laravelium/feed": "3.1.*"
(development branch)
"laravelium/feed": "3.1.x-dev"
For Laravel 5.7
"laravelium/feed": "3.0.*"
(development branch)
"laravelium/feed": "3.0.x-dev"
For Laravel 5.6
"laravelium/feed": "2.12.*"
(development branch)
"laravelium/feed": "2.12.x-dev"
For Laravel 5.5
"laravelium/feed": "2.11.*"
(development branch)
"laravelium/feed": "2.11.x-dev"
Publish package views (OPTIONAL) :
php artisan vendor:publish --provider="Laravelium\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.