Merge pull request #576 from yuklia/docs-enhancment

Add notice about "Package Auto-Discovery" to docs
This commit is contained in:
Barry vd. Heuvel
2018-05-07 11:23:21 +02:00
committed by GitHub
+1
View File
@@ -37,6 +37,7 @@ After updating composer, add the service provider to the `providers` array in `c
```php ```php
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, 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: To install this package on only development systems, add the `--dev` flag to your composer command: