From e14ddd6c2172b09bfaf81ea673232626be898aa3 Mon Sep 17 00:00:00 2001 From: nikugogoi <95nikass@gmail.com> Date: Fri, 5 Apr 2019 20:49:14 +0530 Subject: [PATCH] auto package discovery for newer laravel versions need to check if working --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 00adbc17..be3cce97 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,13 @@ "NotificationChannels\\Textlocal\\Test\\": "tests" } }, + "extra": { + "laravel": { + "providers": [ + "NotificationChannels\\Textlocal\\TextlocalServiceProvider" + ] + } + }, "scripts": { "test": "vendor/bin/phpunit" },