pawprintdigital / laravel-charts
Laravel chart production helper for Hightcharts
1.1.1
2019-09-10 11:23 UTC
Requires
- php: >=7.0
- balping/json-raw-encoder: ^1.0
- illuminate/support: >=5.3
This package is auto-updated.
Last update: 2025-03-11 00:42:22 UTC
README
Helpers to integrate Highcharts with Laravel
Requirements
Laravel 5.6+
Installation
You can install the package through Composer with the following command
composer require pawprintdigital/laravel-charts
Service Provider
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