devgene/laravel-vue-boilerplate

The Laravel Framework with vue.js

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/devgene/laravel-vue-boilerplate

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

This package is auto-updated.

Last update: 2025-10-28 21:31:59 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