arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Installing WireBox

WireBox can be downloaded as a standalone framework or it is included with the latest ColdBox Platform release, so no need to install it if you are within a ColdBox application.

circle-info

The best way to install WireBox is using CommandBox CLI and package manager.

hashtag
System Requirements

  • Adobe ColdFusion 11+

  • Lucee 4.5+

hashtag
CommandBox Installation

You can leverage to install the standalone version of WireBox with a simple command:

This will install Wirebox as a dependency in your application into a folder called wirebox. You can then leverage the standalone namespace within your application: wirebox.system.ioc.

hashtag
Manual Download

You can download the latest version of WireBox from . Place in your webroot or create a /wirebox mapping in your system.

hashtag
Namespaces

hashtag
Standalone Namespace

wirebox.system.ioc

hashtag
ColdBox Namespace

coldbox.system.ioc

CommandBoxarrow-up-right
https://www.coldbox.org/download#wireboxarrow-up-right
# Latest Version
box install wirebox

# Bleeding Edge
box install wirebox@be