pawprintdigital/laravel-charts

Laravel chart production helper for Hightcharts

1.1.1 2019-09-10 11:23 UTC

This package is auto-updated.

Last update: 2024-04-10 22:19:54 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