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

ryu888's avatar

Laravel + Vue Tutorials 2022

Are there any plans to add Laravel + Vue usage tutorials?

I was looking at some of the forum questions and most answers either do not apply or are pretty dated. So far, I've gone through the initial Vue 3 step by step tutorial but wanted something more specific to its usage with Laravel.

I've gone through the Livewire tutorials which was pretty neat and was wondering if there was an equivalent for Vue. I did see Advanced Image Upload with Laravel and will be doing that soon.

Thank you.

1 like
1 reply
drehimself's avatar

The way I see it, there are 3 main ways to use Vue with Laravel:

  1. Use Inertia with Vue. Probably the most popular these days. Requires full commitment to Vue for your entire front-end. Series here: https://laracasts.com/series/build-modern-laravel-apps-using-inertia-js

  2. Drop in Vue components into your blade files. Was popular in the past. Example with compiling Vue Single FIle Components with Vite: https://laracasts.com/series/andres-larabits/episodes/31

  3. Have a separate repo for your frontend and backend. Frontend in Vue/Nuxt, backend is an API in Laravel: Example: https://laracasts.com/series/nuxtjs-crash-course

1 like

Please or to participate in this conversation.