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

abdosaeedelhassan's avatar

Vue project to inertiajs

Hi, i have vue template i want to implement it in laravel inertiajs project, i am asking how can migrate theme vue project to inertiajs

0 likes
1 reply
vincent15000's avatar

You cannot migrate a Vue project to InertiaJS.

InertiaJS is just a kind of glue to bind a backend with a frontend, in that case Laravel with VueJS.

What you have to do is to update all your controllers' functions to return the appropriate Inertia response.

https://inertiajs.com/responses

Please or to participate in this conversation.