1- # Laravel 5 Feeds
1+ # Laravel Feeds
22
33[ ![ Latest Stable Version] ( https://poser.pugx.org/willvincent/feeds/v/stable.svg )] ( https://packagist.org/packages/willvincent/feeds )
44[ ![ SensioLabsInsight] ( https://img.shields.io/sensiolabs/i/9098208d-abd1-44ea-af47-a0c42a01cb75.svg?style=flat-square )] ( https://insight.sensiolabs.com/projects/9098208d-abd1-44ea-af47-a0c42a01cb75 )
55[ ![ License] ( https://poser.pugx.org/willvincent/feeds/license.svg )] ( https://packagist.org/packages/willvincent/feeds )
66
77[ ![ Total Downloads] ( https://poser.pugx.org/willvincent/feeds/downloads.svg )] ( https://packagist.org/packages/willvincent/feeds ) [ ![ Monthly Downloads] ( https://poser.pugx.org/willvincent/feeds/d/monthly.png )] ( https://packagist.org/packages/willvincent/feeds ) [ ![ Daily Downloads] ( https://poser.pugx.org/willvincent/feeds/d/daily.png )] ( https://packagist.org/packages/willvincent/feeds )
88
9- A simple [ Laravel 5] ( http://www.laravel.com/ ) service provider for including the [ SimplePie] ( http://www.simplepie.org ) library.
9+ A simple [ Laravel 5/6/7 ] ( http://www.laravel.com/ ) service provider for including the [ SimplePie] ( http://www.simplepie.org ) library.
1010
1111## Installation
1212
13- The Laravel 5 Feeds Service Provider can be installed via [ Composer] ( http://getcomposer.org ) by requiring the
13+ The Laravel 5/6/7 Feeds Service Provider can be installed via [ Composer] ( http://getcomposer.org ) by requiring the
1414` willvincent/feeds ` package in your project's ` composer.json ` .
1515
1616``` json
@@ -23,7 +23,7 @@ The Laravel 5 Feeds Service Provider can be installed via [Composer](http://getc
2323
2424## Configuration
2525
26- > If you're using Laravel 5.5 you may skip the next step.
26+ > If you're using Laravel 5.5 or newer you may skip the next step.
2727
2828To use the Feeds Service Provider, you must register the provider when bootstrapping your Laravel application.
2929
@@ -57,7 +57,7 @@ $feed = Feeds::make('http://feed/url/goes/here');
5757```
5858
5959
60- ###### Note: In Laravel 5, Facades must either be prefixed with a backslash, or brought into scope with a ` use [facadeName] ` declaration.
60+ ###### Note: In Laravel 5 and newer , Facades must either be prefixed with a backslash, or brought into scope with a ` use [facadeName] ` declaration.
6161
6262
6363### Example controller method, and it's related view:
0 commit comments