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 Feb 7, 2016
1 parent 8291abe commit ffb78ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Then register this service provider with Laravel :
'Roumen\Feed\FeedServiceProvider',
```

and add class alias :

```php
'Feed' => 'Roumen\Feed\Feed',
```

Publish package views (OPTIONAL) :

```bash
Expand All @@ -38,6 +44,8 @@ php artisan vendor:publish --provider="Roumen\Feed\FeedServiceProvider"

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

[How to generate multiple feeds](https://github.com/RoumenDamianoff/laravel-feed/wiki/multiple-feeds)

[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)
Expand Down

0 comments on commit ffb78ea

Please sign in to comment.