Add notice about "Package Auto-Discovery" to docs

This commit is contained in:
Yulia Kostrikova
2017-09-21 00:40:49 +03:00
parent 28f0ac3781
commit 6b0e9ec48d
+1
View File
@@ -37,6 +37,7 @@ After updating composer, add the service provider to the `providers` array in `c
```php
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
```
**Laravel 5.5** uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
To install this package on only development systems, add the `--dev` flag to your composer command: