Download the PHP package kamandlou/laravel-chart without Composer
On this page you can find all versions of the php package kamandlou/laravel-chart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
kamandlou/laravel-chart
Rate from 1 - 5
Rated 5.00 based on 2 reviews
Rated 5.00 based on 2 reviews
Informations about the package laravel-chart
Laravel Chart
Laravel chart is a customizable and flexible package for creating chart in Laravel.
Installation
-
Install the package and its dependencies using Composer:
composer require kamandlou/laravel-chart
-
Publish package files using Artisan command:
php artisan chart:install
Usage Guide
Add scripts to your page:
<script src="{{ asset('js/chart.js/dist/chart.min.js') }}"></script>
-
Create a canvas in your page:
<canvas id="myChart"></canvas>
You have two way to use
Or
for see more option go to chart.js documention
All versions of laravel-chart with dependencies
PHP Build Version
Package Version
The package kamandlou/laravel-chart contains the following files
Loading the files please wait ....