bowphp / installer
Bow framework CLI installer
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Type:composer-plugin
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: 2024-10-27 00:46:41 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