Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 713 Bytes

File metadata and controls

18 lines (14 loc) · 713 Bytes

Shadavel

A Laravel breeze starter kit with shadcn/ui.

A default Laravel 11 installation with Breeze (Typescript, Inertia with ReactJS) installed and templates changed with shadcn/ui components.

Installation

  • Copy .env.example to .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.

Todo:

  • 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