NEW: Laravel 12 starter kit from Laravel Daily!
I saw many people wanted a starter kit *with just Blade*.
Say no more!
laravel new --using=laraveldaily/starter-kit
Features:
- Functionality like Laravel Breeze but with different layout - left sidebar and colors, more like AdminLTE/CoreUI
- Three-level menu
- Blade components you can reuse and customize
- No Vue/Livewire/React, just minimal Alpine where necessary
This was actually an internal need: I wanted such starter kit for our demos, to not overwhelm the audience explaining Vue/React/Livewire with official starter kits.
Will shoot a demo video with CRUD project next week.
GitHub:
github.com/LaravelDaily/star…
It's early version, so let me know here or on GitHub if you have any issues.