Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 851 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 851 Bytes

Escape installer

This installer installs the Laravel Boilerplate provided by Agência Escape. We built this based on the Laravel Installer.

Installing

$ composer global require escapework/console:dev-master

After that, just execute the command:

$ escape app:install your-project-name 

This will:

  • Clone the repository;
  • Install npm dependencies;
  • Install composer dependencies;
  • Generate PHP artisan key;
  • Init a new git repository;
Options

We also have some options to optimize your time:

License

See the LICENSE file.