First, run the development server:
git clone https://github.com/ekovegeance/laravel-templates.git
composer install && npm install && npm run dev
Configure your local environment
cp .env.local .env
Migrate database
php artisan migrate --seed
Open http://localhost:8000 with your browser to see the result.
- Laravel Documentation - learn about Laravel
- Eloquent ORM - MySQL
- Auth Laravel Breeze - Inertia React
- Dependencies/ third party library
With shadcn/ui Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Generate UI v0