2017 © Pedro Peláez
 

project lumen-vue-starter

A Lumen-Vue SPA starter project template.

image

albertcht/lumen-vue-starter

A Lumen-Vue SPA starter project template.

  • Sunday, February 18, 2018
  • by albertcht
  • Repository
  • 4 Watchers
  • 30 Stars
  • 157 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 8 Versions
  • 33 % Grown

The README.md

Lumen Vue Starter

php-badge packagist-badge Total Downloads travis-badge, (*1)

A Lumen-Vue SPA starter project template., (*2)

, (*3)

Features

  • Lumen 5.6
  • Helpers in Laravel style
  • Testing in Laravel style
  • Tinker command
  • Serve command
  • Support Form Request Validation
  • Vue + VueRouter + Vuex + VueI18n
  • Pages with custom layouts
  • Login, register and password reset
  • Authentication with JWT (Auto refresh)
  • Socialite integration
  • Bootstrap 4 + Font Awesome 5

Installation

  • composer create-project --prefer-dist albertcht/lumen-vue-starter
  • Edit .env and set your database connection details
  • php artisan migrate
  • php artisan jwt:secret
  • yarn / npm install

Usage

Development

# build and watch
yarn watch

# serve with hot reloading
yarn hot

Production

yarn production

# or this
yarn build

Reference

This is a porting version from laravel-vue-spa, (*4)

The Versions