• Stars
    star
    100
  • Rank 339,614 (Top 7 %)
  • Language
    CSS
  • Created about 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple tutorial application of Lumen and vue.js

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