Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 710 Bytes

readme.md

File metadata and controls

executable file
·
30 lines (19 loc) · 710 Bytes

Lumen 5.2 Framework + Angular2 project.

Versions

  • Laravel 5.2.0
  • Angular 2.0.0

Requirements

  • PHP >= 5.6.4
  • NodeJs
  • Composer - Package manager for PHP
  • NPM - Node package manager
  • Gulp run command on terminal 'npm install --global gulp-cli'

Installation

  • clone repository
  • run command on terminal composer install
  • go to project folder and run php -S localhost:8000 -t public/
  • run command on terminal gulp

Database

Set proper credentials in .env file in order to use database.

Run migrations via php artisan migrate.