1. Go to this page and download the library: Download insol/larapex-charts library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
insol / larapex-charts example snippets
$chart = (new LarapexChart)->setTitle('Posts')
->setDataset([150, 120])
->setLabels(['Published', 'No Published']);
use ArielMejiaDev\LarapexCharts\Facades\LarapexChart