I am using Laravel and Nuxt it is super handy. Use it instead of Vue alone. Hope this helps
Dynamic Vue component in a blade
Hi there,
So here it is, I have a centralized platform which feeds several websites with forms to subscribe products.
I was all laravel + jquery. I transitionned all satellite websites to laravel inertia vue to get rid of jquery.
But didn't do so for the centralized platform yet. I was pretty "easy" for the website though I'm losing a lot of eloquent relation in the way as it's basically an single app.blade calling vue page which in a way are pretty static.
What I wonder and don't get is... Could I move back to blades and calling directly vue3 components in it and not just a page.
I have complex forms with lot of interaction between elements which where pretty well embedded in blades and jquery as I was directly interacting.
let say in blade I was creating an input somewhere, can I just put a vue component that is an input in the blade itself ?
Please or to participate in this conversation.