escapework/console

Escape application installer.

dev-master 2017-06-12 12:22 UTC

This package is auto-updated.

Last update: 2024-03-29 02:39:22 UTC


README

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.