LogoLogo
7.1.0
7.1.0
  • Introduction
  • What's New?
  • Upgrade Guide
  • Getting Started
    • Requirements
    • Installation
  • Making Requests
    • HyperBuilder
    • HyperRequest
    • HyperResponse
  • Customizing Hyper
    • Hyper Clients
    • Custom HTTP Clients
      • CfhttpHttpClient
  • Testing
    • Faking Requests
  • ForgeBox
  • GitHub
Powered by GitBook
On this page
  1. Getting Started

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

Last updated 1 year ago