Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 332 Bytes

Laravel8-Vue3-Bootstrap5

This is a Starter Laravel 8 project with Vue 3 and Bootstrap 5.

Instalation Guide:

As always you need to:

composer install

Then

npm install

npm run dev

And don't forget the .env file and to generate the APP_KEY using php artisan key:generate

Then you can run:

php artisan serve