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
Rumen Damyanov committed Aug 30, 2018
1 parent 2628198 commit 61d6b5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# [laravel-feed](https://laravelium.com)

[![Latest Stable Version](https://poser.pugx.org/laravelium/feed/version.png)](https://packagist.org/packages/laravelium/feed) [![Total Downloads](https://poser.pugx.org/roumen/feed/d/total.png)](https://packagist.org/packages/laravelium/feed) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.com/Laravelium/Feed/blob/master/LICENSE) [![Contributing](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://gitlab.com/Laravelium/Feed/blob/master/CONTRIBUTING.md)
# [Laravelium Feed](https://laravelium.com)

A simple feed generator for Laravel 5.

Expand All @@ -22,16 +20,28 @@ or add the following to your `composer.json` file :
```json
"laravelium/feed": "3.0.*"
```
or (development branch)
```json
"laravelium/feed": "3.0.x-dev"
```

#### For Laravel 5.6
```json
"laravelium/feed": "2.12.*"
```
or (development branch)
```json
"laravelium/feed": "2.12.x-dev"
```

#### For Laravel 5.5
```json
"laravelium/feed": "2.11.*"
```
or (development branch)
```json
"laravelium/feed": "2.11.x-dev"
```

Publish package views (OPTIONAL) :

Expand Down

0 comments on commit 61d6b5b

Please sign in to comment.