Level 18
As I understand the plugins are not included in Livewire, just Alpine. You will want to include the intersect plugin via NPM and then register it Laravel's resources/js/app.js. (See this doc here).
1 like
I am a beginner in livewire 3. So I don't have an idea how to integrate alpine plugin in livewire. From livewire 3 Upgrade guide, they told that all alpine plugins are available in our application. But how can I integrate that in my application? Should I change my app.js file?
Please or to participate in this conversation.