devgene/laravel-vue-boilerplate

The Laravel Framework with vue.js

dev-main 2021-07-28 12:16 UTC

This package is auto-updated.

Last update: 2024-02-28 18:06:06 UTC


README

Github All Releases Latest Stable Version

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