lava charts
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"laravel/tinker": "^1.0",
|
||||
"laravelcollective/html": "^5.8.0",
|
||||
"predis/predis": "^1.1",
|
||||
"twbs/bootstrap": "^4.1"
|
||||
"twbs/bootstrap": "^4.1",
|
||||
"khill/lavacharts" : "3.1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"beyondcode/laravel-dump-server": "^1.0",
|
||||
|
||||
@@ -155,6 +155,8 @@ return [
|
||||
Laravel\Socialite\SocialiteServiceProvider::class,
|
||||
Fx3costa\LaravelChartJs\Providers\ChartjsServiceProvider::class,
|
||||
ConsoleTVs\Charts\ChartsServiceProvider::class,
|
||||
//Khill\Lavacharts\Laravel\LavachartsServiceProvider::class,
|
||||
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
@@ -217,6 +219,7 @@ return [
|
||||
'Form' => Collective\Html\FormFacade::class,
|
||||
'Html' => Collective\Html\HtmlFacade::class,
|
||||
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
|
||||
//'Lava' => Khill\Lavacharts\Laravel\LavachartsFacade::class,
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user