Skip to content

Host Library

Alternatively, if you prefer to host the file instead using the cdn, you can run the command:

php
php artisan vendor:publish --tag=larapex-charts-apexcharts-script

The file would be host in public/vendor/larapex-charts/apexcharts.js you can reference the file in blade views:

php
<script src="{{ @asset('vendor/larapex-charts/apexcharts.js') }}"></script>