Skip to content

Commit

Permalink
update README for laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Cappiello committed Sep 1, 2017
1 parent ff9e6cc commit b318bdc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,21 @@ Laravel Tournaments
This is still a work in progress. Things could change, things could break. Use it at your own risks in production

## Installation
> **NOTE**: Depending on your version of Laravel, you should install a different
> version of the package:
>
> | Laravel Version | Laravel Tournament Version |
> |:---------------:|:--------------------------:|
> | 5.5 | 0.12 |
> | 5.4 | 0.11 |
First, you'll need to install the package via Composer:

```php
$ composer require "xoco70/laravel-tournaments":^0.11
$ composer require "xoco70/laravel-tournaments":^0.12
```

Then, update `config/app.php` by adding an entry for the service provider.
If you use Laravel 5.4, update `config/app.php` by adding an entry for the service provider.

```php
'providers' => [
Expand All @@ -63,6 +70,7 @@ Then, update `config/app.php` by adding an entry for the service provider.
];
```


Finally, from the command line again, publish the default configuration file:

```php
Expand Down

0 comments on commit b318bdc

Please sign in to comment.