laravel-starter maintained by rabeea
Introduction
This is a start project of laravel with Tailwind & Laravel Breeze auth & with simple admin panel.
laravel new my-app
cd my-app
composer require rabeea/laravel-starter
php artisan start
npm install && npm run dev