Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 290 Bytes

installation.md

File metadata and controls

13 lines (9 loc) · 290 Bytes

Installation

Hyper is most easily installed via ForgeBox and CommandBox.

box install hyper

If you install Hyper in a non-ColdBox application, make sure to create a mapping in your Application.cfc

this.mappings[ "/hyper" ] = expandPath( "/modules/hyper" );