Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 506 Bytes

File metadata and controls

32 lines (22 loc) · 506 Bytes

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