For the complete documentation index, see llms.txt. This page is also available as Markdown.

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" );

Last updated