Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 344 Bytes

LumenAngular

LumenAngular is a tutorial application.

Installation

  • git clone https://github.com/bestmomo/lumenangular.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