$ npm install generator-fly-laravelScaffold a new Laravel or Lumen application with Fly as its tooling system.
First, install Yeoman and generator-fly-laravel using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-fly-laravel
Then generate your new project:
yo fly-laravel
.travis.yml file?init or Not to init?MIT © Luke Edwards