LaravelDaily has introduced a new Starter Kit tailored for developers seeking a straightforward, Blade-only foundation for their Laravel 12 applications. This kit emphasizes simplicity by offering a starter kit for projects where a lightweight setup is preferred.

Main Features
- Blade + AlpineJS: Utilizes Laravel's Blade templating engine complemented by AlpineJS
- Admin-Inspired Layout: A CoreUI/AdminLTE-inspired design layout.
- Reusable Components: Offers Blade components that can be easily customized and reused across the application.
- Starter Kit Functionality: provides features like authentication, login, registration, a dashboard page, and profile settings.
To get started, create a new Laravel project using the LaravelDaily starter kit:
laravel new --using=laraveldaily/starter-kit
Check it out on GitHub: LaravelDaily/starter-kit
Note: at the time of writing, the author notes that this Starter Kit is a work in progress that will get updates, features, and fixes.