We will build a Vuejs3 application in that there is Login/Logout, Register, Home, and Dashboard pages
- Laravel 9
- Vue 3
- bootstrap
- axios
- vuex
composer install
npm i && npm run dev
php artisan key:generate
php artisan migrate
php artisan serve