Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Mar 9, 2019
1 parent 4bc21c8 commit c774a3a
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 @@ -11,11 +11,13 @@ Support consists of a series of useful classes to ease development and the use o

Part of this package has been highly inspired by the [culttt.com](http://culttt.com/) blog, which I highly recommend to both new and experienced developers since it focuses on a wide range of topics with always interesting point of views and discussions. I have personally learned much from it.

Support requires PHP 7.1+ and several 5.4+ Illuminate components in order to work.
Support requires PHP 7.1.3+ and several 5.8 Illuminate components in order to work.

In order to use Support with Laravel or Lumen 5.4 - 5.7, [check version 3.x](https://github.com/micheleangioni/support/tree/3.x/).

## Installation

Support can be installed through Composer, just include `"michele-angioni/support": "~3.0"` to your composer.json and run `composer update` or `composer install`.
Support can be installed through Composer, just include `"michele-angioni/support": "^4.0"` to your composer.json and run `composer update` or `composer install`.

Then add the Support Service Provider in the Laravel `app.php` config file, under the providers array

Expand All @@ -29,6 +31,10 @@ and the Helpers facade in the aliases array
'Helpers' => MicheleAngioni\Support\Facades\Helpers::class
```

#### Laravel 5.4 - 5.7

If you are looking for the Laravel 5.3 - 5.7 compatible version, check the [3.x branch](https://github.com/micheleangioni/support/tree/3.x) and its documentation.

#### Laravel 5.0 - 5.3

If you are looking for the Laravel 5.0 - 5.3 compatible version, check the [2.x branch](https://github.com/micheleangioni/support/tree/2.x) and its documentation.
Expand Down

0 comments on commit c774a3a

Please sign in to comment.