Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Nov 3, 2015
1 parent 4611e28 commit ff21e32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ A simple feed generator for Laravel 5.

## Notes

Latest supported version for Laravel 4 is 2.8.* (e.g v2.8.2)
Latest supported version for Laravel 4 is 2.8.* (e.g v2.8.5)

Branch dev-master is for development and is unstable

## Installation

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

```bash
composer require roumen/feed
Expand Down Expand Up @@ -40,6 +40,10 @@ And add an alias to app.php:

[How to generate basic feed (with optional caching)](https://github.com/RoumenDamianoff/laravel-feed/wiki/basic-feed)

[How to add images to your feed](https://github.com/RoumenDamianoff/laravel-feed/wiki/How-to-add-images-to-your-feed)

[How to use custom view for your feed](https://github.com/RoumenDamianoff/laravel-feed/wiki/How-to-use-custom-view)

[How to use custom content-type for your feed](https://github.com/RoumenDamianoff/laravel-feed/wiki/How-to-use-custom-content-type)

and more in the [Wiki](https://github.com/RoumenDamianoff/laravel-feed/wiki)

0 comments on commit ff21e32

Please sign in to comment.