Looking to hire Laravel developers? Try LaraJobs

laravel-vue-boilerplate maintained by devgene

Description
The Laravel Framework with vue.js
Last update
2021/07/28 14:16 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

LaravelVueBoilerplate

Github All Releases

login

Features

  • Laravel 8
  • Vue + VueRouter + Vuex
  • Pages with dynamic import and custom layouts
  • Login, register, email verification and password reset
  • Passport Authentication
  • Bootstrap 4 + Font Awesome 5

Installation

  • composer create-project --prefer-dist devgene/Laravel-Vue-Boilerplate
  • Edit .env and set your database connection details
  • (When installed via git clone or download, run composer update and php artisan key:generate )
  • php artisan migrate
  • npm install
  • php artisan passport:install
  • php artisan serve

Usage

Development

# Build and watch
npm run watch

Production

npm run production