lundi 1 octobre 2018

Laravel Charts Package: Class '' not found

Larevel Charts 6.3 is the package for chart. I have read docs. 4 times. "there is not Aliases new version 6.3 of package" & my laravel version is 5.6

use Charts;

 $chart = Charts::database($users, 'bar', 'highcharts')

        ->title("Monthly new Register Users")

        ->groupByMonth(date('Y'), true);

ERROR:

Class 'ConsoleTVs\Charts\Facades\Charts' not found

This line in my config/app.php: 'aliases' enter image description here



via Chebli Mohamed

1 commentaire: