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

dcabane's avatar

New Laravel project with Vue but not Inertia

Hello, After a long time with no new project, I try to start a new one today. To my surprise, the vue starter kit comes with Inertia and other settings I do not want (Tailwind, TS, etc.) Is it possible to get the old starter kit back ? All I want is the standard Vue js app setup on top of Laravel. Thanks to anyone who could help me !

1 like
2 replies
jlrdw's avatar

Starter kits are optional, just install laravel bare bones then add what you want.

1 like
dcabane's avatar

Hey, thanks for the answer. I did try to bypass the starter kit and install vue by hand. It works on Chrome but when I try to open the app on Brave, the @vite/client, the app.js and app.css get blocked by the client I have no idea why. If anyone could give me pointers I'd be quite interested !

Please or to participate in this conversation.