| Install | |
|---|---|
composer require albertcht/lumen-vue-starter |
A Lumen-Vue SPA starter project template.
composer create-project --prefer-dist albertcht/lumen-vue-starter.env and set your database connection detailsphp artisan migratephp artisan jwt:secretyarn / npm install# build and watch
yarn watch
# serve with hot reloading
yarn hot
yarn production
# or this
yarn build
This is a porting version from laravel-vue-spa