Hello,
I am using Laravel and have essentially cloned the Livewire repo from here: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel-livewire
At the moment I see 'Detected multiple instances of Alpine running' in console. I can resolve by commenting this out in the app.js file but suspect that's probably not the intended approach given this is an example for Livewire?
I was reading the docs on the templates for this (https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel-livewire) and would welcome guidance on step 4 to preserve JS functionality as KT menu highlighting isn't working for me at the moment and wonder if I'm missing something. I'm new to Laravel/Livewire so not sure where the code listed would need to be included in relation to the templates.
Any support most welcome.
Many thanks
Space Waves is a game worth playing whether you're a sci-fi enthusiast or a rhythm master. It's about experiencing the flow of space through movement and music, not just about shooting or surviving.
You're definitely on the right track—had the same Alpine conflict and fixed it by ensuring Alpine only loads once via Livewire's built-in support. For step 4, try placing the JS snippet in your main Blade layout, just before the closing </body> tag. Helped restore KT menu functionality for me. Good luck!