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

yuktaondi's avatar

Up-to-date methods of using Vue with Laravel in a non-SPA way?

So, I'm going to be starting my own project and since I've been working with Laravel for the past 5 years, it's the obvious choice. I've also been enjoying working with Vue alongside Laravel and have built a few smaller SPA apps a while ago. For the past few years I've been working on a non-SPA project with Laravel and Vue+Vuetify. Its setup is rather complicated with a component loader and what not.

I've been out of the loop on new developments so I thought I would ask here. What's the current best way to set up a non-SPA Laravel and Vue project?

The project will basically do backend auth, routing etc. but Vue should be used to render the front-end. I might use something for state management on more complex views but in general, that would be it. I don't need front-end routing.

I've been looking at the TALL stack but then again, I'm already familiar and quite fond of Vue, so I would rather stick to it.

0 likes
1 reply
Ben Taylor's avatar

You would probably enjoy using Inertia. All the thrills of your SPA apps, but with server side routing.

Please or to participate in this conversation.