From 6b0e9ec48d0406c7bfb9d63122a29002af96f669 Mon Sep 17 00:00:00 2001 From: Yulia Kostrikova Date: Thu, 21 Sep 2017 00:40:49 +0300 Subject: [PATCH] Add notice about "Package Auto-Discovery" to docs --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 25dcb11..edc5548 100644 --- a/readme.md +++ b/readme.md @@ -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: