🚀Laravel 12 introduces new starter kits for React, Vue, and Livewire with modern tooling
Code Example
"color: #6B7280;">// Laravel 12 "color: #8B5CF6;">new starter kits
"color: #6B7280;">// Create a "color: #8B5CF6;">new React app with TypeScript & shadcn/ui
"color: #8B5CF6;">laravel "color: #8B5CF6;">new myapp --kit=react
"color: #6B7280;">// Create a "color: #8B5CF6;">new Vue app with "color: #8B5CF6;">Inertia v2
"color: #8B5CF6;">laravel "color: #8B5CF6;">new myapp --kit=vue
"color: #6B7280;">// Create a "color: #8B5CF6;">new Livewire app with Flux UI
"color: #8B5CF6;">laravel "color: #8B5CF6;">new myapp --kit=livewire