This is a boilerplate for Laravel 8 + Vue JS 3, with additional Vue-Router for Single Page Application and Tailwind CSS installed. I created this boilerplate since it took ages to find the tutorial for combining Laravel 8 with Vue JS 3 since it is considered new to the community. Keep in mind that this boilerplate does not include authentication.
git clone https://github.com/KevinYobeth/Boilerplate-LaravelVue/
composer install
npm install
- Copy
.env.example
to.env
and edit database credentials - Run
php artisan key:generate
to generate key
php artisan migrate:fresh
php artisan serve
npm run watch
You can basically do anything with this repository,