This installer installs the Laravel Boilerplate provided by Agência Escape. We built this based on the Laravel Installer.
$ 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;
We also have some options to optimize your time:
--with-manager
- This will works only if you work at Agência Escape
See the LICENSE file.