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

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Feb 7, 2018
1 parent df8b4d8 commit f7b649a
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [laravel-feed](https://damianoff.com/en/projects/laravel-feed)
# [laravel-feed](https://laravelium.com)

[![Latest Stable Version](https://poser.pugx.org/roumen/feed/version.png)](https://packagist.org/packages/roumen/feed) [![Total Downloads](https://poser.pugx.org/roumen/feed/d/total.png)](https://packagist.org/packages/roumen/feed) [![Build Status](https://travis-ci.org/Laravelium/laravel-feed.png?branch=master)](https://travis-ci.org/Laravelium/laravel-feed) [![License](https://poser.pugx.org/roumen/feed/license.png)](https://packagist.org/packages/roumen/feed)

Expand All @@ -10,19 +10,33 @@ Branch dev-master is for development and is UNSTABLE

## Installation

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

```bash
composer require roumen/feed
```

or add the following to your `composer.json` file :

#### For Laravel 5.6
```json
"roumen/feed": "~2.11.2"
"roumen/feed": "2.12.*"
```

Then register this service provider with Laravel :
#### For Laravel 5.5
```json
"roumen/feed": "2.11.*"
```


#### For Laravel 5.4 and lower
```json
"roumen/feed": "2.6.*"
```

If you are using laravel 5.5 or higher you can skip the service provider registration!

#### for Laravel 5.4 and lower register this service provider with Laravel :

```php
Roumen\Feed\FeedServiceProvider::class,
Expand Down

0 comments on commit f7b649a

Please sign in to comment.