News

New Laravel Starter Kits are Coming Soon

Published
New Laravel Starter Kits are Coming Soon image

During Taylor Otwell's talk at Laracon EU, he announced the release of Laravel 12 and brand new starter kits for Inertia and Livewire:

We've also been working on new starter kits. For the past five or six years, Laravel has had two starter kits: Laravel Breeze and Laravel Jetstream. To simplify the process of getting started with Laravel, we're consolidating that down into one starter kit per stack. [During installation], you can choose to start an empty Laravel app or pick your stack: React, Vue, or Livewire.

New starter kits announcement
New starter kits announcement

Authentication Screens

All new starter kits will have familiar screens like login, register, and forgot password. However, the new version includes more options with component variants such as the split screen login, different dashboard layouts, and more:

React auth card login screen
React auth card login screen
React auth split login screen
React auth split login screen

Dashboard

Laravel starter kits include more options in designing your dashboard screens. You're not locked into one style as in previous versions, and you can easily pick between a default dashboard layout, a floating sidebar, an inset sidebar, and a header dashboard layout:

Dashboard layout
Dashboard layout
Header layout
Header layout

The Inertia.js starter kits look identical whether you choose Vue.js or React with ShadCN:

React starter kit:

  • Inertia.js 2.0
  • React v19 / Vue 3.x
  • Typescript
  • ShadCN Component Library
  • Light mode, dark mode, and system support
  • Profile/settings page

Vue starter kit

  • Inertia.js 2.0
  • Vue 3.x
  • TypeScript
  • ShadCN (Vue port)
  • Light mode, dark mode, and system support
  • Profile/settings page

Livewire Starter Kit

Livewire developers are going to enjoy the new starter kit! Taylor announced that the Livewire Starter Kit will include Flux UI components under a new free tier, including everything foundationally needed to build UIs in Livewire quickly. Although we will learn more leading up to the release, Taylor shared that the Livewire starter will "give you the basic building blocks you need for building Livewire and Flux powered apps, while Flux Pro will be reserved for really intensive components like charts, editors, and things like that...I think this is really going to supercharge the Livewire community."

Livewire login
Livewire login
Livewire settings page
Livewire settings page

So far, we know each starter kit will be pulled in from separate Github repos and installed directly into your app. This will allow you complete control over all the code instead of being hidden inside your vendor like a package.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article