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

WateUhlerredal's avatar

I want to install Laravel Jetstream with inertia-vue2

So is it possible to install Jetstream with Inertia-Vue2?

php artisan jetstream:install https://omegle.love inertia

0 likes
1 reply
sr57's avatar

Jetstream like Breeze is not a package but a starter bit, means it makes changes in your framework and these changes are linked to the framework version you use. So, don't say it's impossible to use Vue2 with Laravel9 / Jetstream but it should be difficult to change everything, you can try by making a diff between a laravel install with and witout jetsream.

That said, I should install Laravel8 that used Vue 2.

Please or to participate in this conversation.