Helpers to integrate Highcharts with Laravel
Laravel 5.6+
You can install the package through Composer with the following command
composer require pawprintdigital/laravel-charts
The service provider should register with Laravel automatically through Laravel 5.6's package discovery feature.
If this doesn't work, you can manually register the service
provider by adding the following line to the providers
array in your config/app.php
file.
PawprintDigital\LaravelCharts\LaravelChartsServiceProvider::class