Simple Laravel Project base on Laravel Breeze, Blade ui kit, TailwindCss, & Alpinejs,
- User Migrate and Seeder
- User Register & Email Verification
- User Login
- User Login With OTP
- User Forgot Password
- User Setting Profile
- User Setting Two-factor Authentication
- clone this project
- Create .env file
cp .env.example .env
- edit config database and mail in .env file
- Install composer package
composer install
- Install npm package
npm install
- Run laravel Mix
npm run dev
- clean cache, create key and create storage
composer dumpautoload -o
php artisan key:generate
php artisan storage:link
- run Migration and Seeder
php artisan migrate:fresh --seed
- run server
php artisan serve --port=8080
- done, just try run your project in browser to
http://127.0.0.1:8080
- nginx server is recommended
- default user login
username : admin
password : admin