We will build a Vuejs3 application in that there is Login/Logout, Register, Home, and Dashboard pages

Packeges and framewore:

- Laravel 10
- Vue 3
- bootstrap 5
- axios
- vuex
- repositories

Requirement

- php 8.1

Project setup

rename .env.example to .env

create your database and edit .env

composer install
npm i && npm run dev
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan test
php artisan serve

image

Email Address: test@example.com Password: password

image