laravel/vue-starter-kit
Modern Laravel + Vue 3 starter kit powered by Inertia for SPA-like apps with server-side routing. Includes TypeScript, Tailwind CSS, Vite, Composition API, and shadcn-vue components—ideal for quickly bootstrapping a full-stack Laravel app.
.ts extensions.$page.props vs. Vue’s reactive).mix-manifest.json) for SEO-critical pages.app/Http/Kernel.php.vite.config.ts.tailwind.config.js) for design consistency.$page for shared state (e.g., auth user, flash messages).webpack.mix.js is removed.| Step | Task | Dependencies | Risks |
|---|---|---|---|
| 1 | Set up Vite + Inertia | Node.js, Laravel 10+ | Tooling conflicts |
| 2 | Migrate auth system | Laravel Breeze/Jetstream | Session/CSRF issues |
| 3 | Replace Blade templates | Inertia page components | State management learning curve |
| 4 | Adopt shadcn-vue | Tailwind configured | Custom component gaps |
| 5 | Optimize build/performance | Vite config, Laravel routes | Asset loading delays |
| 6 | Roll out incrementally | Feature flags, monitoring | User experience gaps |
$page.props mismatches).How can I help you explore Laravel packages today?