Skip to content

AmmarALHasanat/my-blogger-laravel9-vue3

 
 

Repository files navigation

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

Laravel9Vue3 Auth:

- Laravel 9
- Vue 3
- bootstrap
- axios
- vuex

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 serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • PHP 7.4%
  • Other 0.6%