Skip to content

bowphp/installer

Repository files navigation

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