Skip to content

Commit

Permalink
add note about auto-discovery to README
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten authored Jun 19, 2017
1 parent ebd1728 commit f2fc259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Alternatively, add the package to your dev dependencies in `composer.json` and r
}
```


**Note:** If you're using Laravel 5.5, you're done! The service provider is automatically registered in the container,
thanks to [auto-discovery](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518).

Next, add the `FlexEnvServiceProvider` to your `providers` array in `config/app.php`:

```php
Expand Down

0 comments on commit f2fc259

Please sign in to comment.