Skip to content

frohlfing/laravel-feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Build Status License

A simple feed generator for Laravel 5.

Notes

Branch dev-master is for development and is UNSTABLE

Installation

Run the following command and provide the latest stable version (e.g v2.10.5) :

composer require roumen/feed

or add the following to your composer.json file :

"roumen/feed": "~2.10"

Then register this service provider with Laravel :

Roumen\Feed\FeedServiceProvider::class,

and add class alias :

'Feed' => Roumen\Feed\Feed::class,

Publish package views (OPTIONAL) :

php artisan vendor:publish --provider="Roumen\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

About

A simple feed generator for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.5%
  • HTML 20.5%