We’ve overhauled our previous starter kits, replacing Jetstream and Breeze with three distinct, purpose-built starter kits. These new kits allow you to focus on building your app instead of creating boilerplate code from scratch.
Our starter kits currently have all the features you saw in the previous Breeze starter kit and we’re looking at adding more features like two-factor authentication (2FA) and teams functionality soon.
What are the new Laravel starter kits?
These new starter kits are complete, ready-to-go applications that you can begin building on immediately. Unlike the previous packages that required installing into existing projects, these standalone starter kits will start a new project with all of the code inside of your project from day one.
The files can be found directly in your app/ and resources/ folders. You have the freedom to browse through your files and edit them as you see fit.
Installing a starter kit
You can either use the Laravel Installer or clone the starter kit repo directly. We have starter kits for:
Each starter kit comes with best practices for handling routing, controllers, views, and authentication. Even if you don’t have a project to start, feel free to peruse through the code in each starter kit.
Each starter kit includes:
- A full authentication system (login, registration, password reset)
- User profile management
- Dark mode support
- Multiple layout options
- Tailwind CSS integration (Tailwind v4 for React and Livewire)