Laravel 8 with Laravel/Breeze Vue3
- Learning Project
This laravel 8 starter project uses:
- Laravel/Breeze. (Copied over not installed for learning purposes)
- AlpineJS.
- Tailwindcss.
- Vue3. (vue ready with one example component)
- Sass to compile assets.
- Tests from Laravel/Breeze (modified and Exhausted for learning purposes)
Vue3
- Example component
- Ready scaffolded
- Just run npm install && npm run dev
Auth
- Login
- Logout
- Register
- Email Verification
- Password Confirmation
Created using laravel/breeze, without installing laravel/breeze.
Typed over one file at a time for learning purposes.
Vue3 ready with one example component
Tests
Tests were typed over from Laravel/Breeze, also more tests were added for learning purposes.