Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardojbaez committed Mar 6, 2017
1 parent 256c0c8 commit 22bd7ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SaaS style recurring plans for Laravel 5.

> Please note: this package doesn't handle payments.
<!-- MarkdownTOC depth="3" autolink="true" bracket="round" -->
<!-- MarkdownTOC depth="2" autolink="true" bracket="round" -->

- [Considerations](#considerations)
- [Installation](#installation)
Expand Down Expand Up @@ -42,7 +42,7 @@ Add the following to your `composer.json` file:
```json
{
"require": {
"gerardojbaez/laraplans": "0.*"
"gerardojbaez/laraplans": "~1.0"
}
}
```
Expand All @@ -51,6 +51,12 @@ And then run in your terminal:

composer install

#### Quick Installation

Above installation can also be simplify by using the following command:

composer require "gerardojbaez/laraplans=~1.0"

### Service Provider

Add `Gerardojbaez\LaraPlans\LaraPlansServiceProvider::class` to your application service providers in `config/app.php` file:
Expand Down

0 comments on commit 22bd7ac

Please sign in to comment.