From 83503d163f3064055f18ac2786338da4332f6190 Mon Sep 17 00:00:00 2001 From: Robert Kummer Date: Mon, 10 Sep 2018 08:04:38 +0200 Subject: [PATCH] Add auto-discovery in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 54e3685..0ea32c4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ composer require ipunkt/laravel-analytics ``` +Since Laravel supports the auto-discovery feature you do not need to add a provider and an alias. For older Laravel versions you have to do the following: + Add to `providers` in `config/app.php`: ```