Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.28 KB

About this boilerplate

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.

Installation

Clone Code & Installing Dependencies

Clone Code From Repository

git clone https://github.com/KevinYobeth/Boilerplate-LaravelVue/

Installing Dependencies

composer install
npm install

Setting Up Project

Configure

  1. Copy .env.example to .env and edit database credentials
  2. Run php artisan key:generate to generate key

Migrate Database

php artisan migrate:fresh

Running Server

php artisan serve
npm run watch

License

You can basically do anything with this repository,