A default Laravel 11 installation with Breeze (Typescript, Inertia with ReactJS) installed and templates changed with shadcn/ui components.
- Copy
.env.exampleto.env - Install dependencies with
composer install&npm install - Run
npm run dev&php artisan serve
You can find the documentation and tutorials for shadcn/ui components on this link.
- Change the remaining auth templates (Forgot password, email confirm, etc)
- Remove leftover Breeze files/components
- Install some nicer starter font
- Document how to extend/start using the template with Inertia