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

LarsN's avatar
Level 2

Laravel series with a Vue.js UI Framework (Vuetify.js or Quasar)

Would like to see a series/episode on Laravel with a Vue.js UI Framework such as Vuetify.js or Quasar.

http://quasar-framework.org/

https://vuetifyjs.com/

0 likes
15 replies
envision's avatar

Personally I don't like Material theme's Android look, it is too G :)

envision's avatar

Now that Weex and Vue has an official collaboration, that seems promising...not just hybrid apps, but native-compiled apps with this stack.

LarsN's avatar
Level 2

Interesting, I wasn't aware of Weex and Vue collaboration.

genyded's avatar

Quasar would be nice... it's fully responsive and extensible. Try viewing a Vuetify data grid on mobile ;-). Either way, it would be NICE to have a series on best practices to integrate one of these or some other Vue UI framework. The principles should apply to just about any of them.

Scoop7's avatar

Any news on this matter ? Possible series coming ... ? :P

ytabaa's avatar

No series coming about this topic?

LarsN's avatar
Level 2

11 months in and haven't found anything useful. Has anyone found any good tutorials or videos on using a Vue.js UI Framework with Laravel?

LarsN's avatar
Level 2

Thanks for the link @ugn ! Looking forward to your comments on it.

I wonder what is the preferred vue js ui framework at the moment?

3KyNoX's avatar

My thoughts about a correct architecture to integrate Quasar Framework with Laravel could be defined in two ways:

  1. Base welcome.blade.php could encapsulate the Vue app:

But this way, is it possible to keep the ability to build native apps (with Electron, Cordova, ...)?

  1. Using Laravel API route file and keep Laravel on the back-end side and Vue on Client side.

Not sure which one is better, maybe both.

DigiProduct's avatar

Would love to find a series on Quasar ... especially if it could be implemented using Jonathan Reinink's InertiaJS system for "Server-side apps with client-side rendering"

That would be an amazing combination.

2 likes

Please or to participate in this conversation.