PHP code example of abdelhamiderrahmouni / filament-chartjs-fields
1. Go to this page and download the library: Download abdelhamiderrahmouni/filament-chartjs-fields 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/ */
abdelhamiderrahmouni / filament-chartjs-fields example snippets
return [
];
$chartBuilder = new AbdelhamidErrahmouni\ChartBuilder();
echo $chartBuilder->echoPhrase('Hello, AbdelhamidErrahmouni!');
bash
php artisan vendor:publish --tag="filament-chartjs-fields-config"
bash
php artisan vendor:publish --tag="filament-chartjs-fields-views"