forked from fxcosta/laravel-chartjs
-
Notifications
You must be signed in to change notification settings - Fork 8
Migration from existing packages
Peter Thomson edited this page Dec 26, 2023
·
2 revisions
To migrate from an existing Chartjs package you can follow these steps:
- Remove the existing package.
composer remove fxcosta/laravel-chartjs
-
Remove the ChartJS Provider reference from your config/app.php (if any).
-
Install the new package:
composer require icehouse-ventures/laravel-chartjs
-
Publish config
-
Optional: Remove whatever delivery method was in use (CDN, npm, etc) and set up new delivery method according to normal installation instructions.