From a29f6659909d610cbe20bae77bf96c1097caed41 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Thu, 3 Aug 2017 21:25:24 +0200 Subject: [PATCH] Support Auto Discovery --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 54a0fd9..580cfe6 100644 --- a/composer.json +++ b/composer.json @@ -30,5 +30,12 @@ "classmap": [ "tests" ] + }, + "extra": { + "laravel": { + "providers": [ + "Themsaid\\Langman\\LangmanServiceProvider" + ] + } } }