Skip to content

Laravel 8 + Vue JS 3 using Vue-Router and Tailwind CSS boilerplate.

Notifications You must be signed in to change notification settings

KevinYobeth/Boilerplate-LaravelVue

Repository files navigation

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,

About

Laravel 8 + Vue JS 3 using Vue-Router and Tailwind CSS boilerplate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages