Custom page external CSS and JS
How do I include external Slick Carousel CSS and JS in the Filament custom page?
I have used it directly in a custom filament page, and it is working.
I want to know what is the right approach to include CSS and JS of the external Slick JS library so that I can not get a CSS and JS conflict issue.
I tried the following code in AppServiceProvider.php, but it does not seem to be working.
I have used it directly in a custom filament page, and it is working.
I want to know what is the right approach to include CSS and JS of the external Slick JS library so that I can not get a CSS and JS conflict issue.
I tried the following code in AppServiceProvider.php, but it does not seem to be working.