From 3b553d2eccc5b3a958deae5b2a0fe3598926ca98 Mon Sep 17 00:00:00 2001 From: Pawel Mysior Date: Sat, 25 Nov 2017 11:12:50 +0100 Subject: [PATCH] Add info about auto discovery for 5.5+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e781f..47495db 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Begin by installing the package through Composer. Run the following command in y $ composer require themsaid/laravel-langman ``` -Once done, add the following line in your providers array of `config/app.php`: +If you're using Laravel 5.5 or higher the package will automatically register itself. If you're using Laravel 5.4 or lower, add the following line in your providers array of `config/app.php`: ```php Themsaid\Langman\LangmanServiceProvider::class