breeze-shadcn-vue provides a pre-configured Laravel 11 starter kit integrating Laravel Breeze with shadcn-vue UI components. This starter includes TypeScript, ESLint, Prettier, and TailwindCSS for a streamlined development experience.
Key Features:
- Laravel 11 with Breeze
- shadcn-vue Components for Scaffolding
- Dark Mode Support
- TypeScript Integration
- ESLint and Prettier Configuration
- TailwindCSS Styling
Getting Started:
- Clone the repository:
git clone https://github.com/patton-dev/breeze-shadcn-vue.git
- Install dependencies:
composer install && npm install
- Configure environment:
cp .env.example .env && php artisan key:generate
- Migrate database:
php artisan migrate
- Run development server:
npm run dev
Contribute
Contributions are welcome through pull requests.
License
MIT License