From 4a755a16f53dd0ea573d49be2002fc91db8394a5 Mon Sep 17 00:00:00 2001 From: Alexandre Mouillard Date: Tue, 20 Feb 2018 13:46:39 +0100 Subject: [PATCH] Add laravel package discovery --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index 672c673..e86351a 100755 --- a/composer.json +++ b/composer.json @@ -20,5 +20,13 @@ "psr-4": { "Fx3costa\\LaravelChartJs\\" : "src/" } + }, + + "extra": { + "laravel": { + "providers": [ + "Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider" + ] + } } }