Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xoco70 committed Oct 15, 2018
1 parent 4964113 commit c80b22b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,24 @@ This is still a work in progress. Things could change, things could break. Use i
First, you'll need to install the package via Composer:

```php
$ composer require "xoco70/laravel-tournaments"
composer require "xoco70/laravel-tournaments"
```

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

```php
'providers' => [
// ...
Xoco70\LaravelTournaments\TournamentsServiceProvider::class,
];
```
> Optional:
> If you use Laravel 5.4, update `config/app.php` by adding an entry for the service provider.
>
> ```php
> 'providers' => [
> // ...
> Xoco70\LaravelTournaments\TournamentsServiceProvider::class,
> ];
> ```

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

```php
php artisan vendor:publish --tag=laravel-tournaments --force
php artisan vendor:publish --tag=laravel-tournaments
```

## Run the demo
Expand Down

0 comments on commit c80b22b

Please sign in to comment.