bowphp / installer
Bow framework CLI installer
0.1.0
2019-03-26 11:55 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
This package is auto-updated.
Last update: 2026-02-27 03:57:56 UTC
README
Cli installer
Installation
You need to install composer glabaly.
composer global require bowphp/installer
Usage
For create the fresh Bow Framework application. You can do this:
bow create [app name]
You specified the application version like this:
bow create app [version]
For exemple:
bow create app 4.0
