mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Merge pull request #576 from yuklia/docs-enhancment
Add notice about "Package Auto-Discovery" to docs
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user