- Authentication
- Log in / Register
- Email Verification
- Password Confirmation
- Update Profile / Avatar
- Update Password
- 2FA Verification
- Design
- Responsive
- Dark Mode
laravel new project --using=kastsecho/coreui-vue-starter-kit
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
npm ci && npm run build