/lumenvue

A simple tutorial application of Lumen and vue.js

Primary LanguageCSS

LumenVue

LumenVue is a tutorial application.

Installation

  • git clone https://github.com/bestmomo/lumenvue.git projectname
  • cd projectname
  • composer install
  • Create a database and inform .env (remove .example)
  • php artisan migrate to create tables
  • php artisan db:seed to populate tables