Replies: 3 comments 7 replies
-
|
Register it with |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Try Filament::registerScripts([
'https://unpkg.com/@alpinejs/intersect@3.x.x/dist/cdn.min.js',
], shouldBeLoadedBeforeCoreScripts: true); |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
It seems like you cannot? install an alpinejs plugin via NPM, instead we need to load it via the CDN script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I install alpine plugin in filament? If it was in a basic laravel project I would do it, but in Filament, I have no idea where to do it. I want to install this plugin: https://alpinejs.dev/plugins/intersect
I put this code in
resources/js/app.jsbut no result:although I don't even know if this is right or not.
Beta Was this translation helpful? Give feedback.
All reactions