escapework / console
Escape application installer.
dev-master
2017-06-12 12:22 UTC
Requires
- justinrainbow/json-schema: ~1.1
- seld/jsonlint: ~1.0
- symfony/console: ~3.0
- symfony/process: ~3.0
This package is auto-updated.
Last update: 2024-10-29 04:14:39 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:
--with-manager
- This will works only if you work at Agência Escape
License
See the LICENSE file.