Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

pierrem's avatar

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 ?

0 likes
1 reply
ressil's avatar

I am using Laravel and Nuxt it is super handy. Use it instead of Vue alone. Hope this helps

Please or to participate in this conversation.