This is a Starter Laravel 8 project with Vue 3 and Bootstrap 5.
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