Skip to content

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:

  1. Remove the existing package.

composer remove fxcosta/laravel-chartjs

  1. Remove the ChartJS Provider reference from your config/app.php (if any).

  2. Install the new package:

composer require icehouse-ventures/laravel-chartjs

  1. Publish config

  2. Optional: Remove whatever delivery method was in use (CDN, npm, etc) and set up new delivery method according to normal installation instructions.

Clone this wiki locally