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.
The best way to install WireBox is using CommandBox CLI and package manager.
- Adobe ColdFusion 2016 (Deprecated)
- Adobe ColdFusion 2018+
- Lucee 5+
# Latest Version
box install wirebox
# Bleeding Edge
box install wirebox@be
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
.You can download the latest version of WireBox from https://www.forgebox.io/view/wirebox. Place in your webroot or create a
/wirebox
mapping in your system.wirebox.system.ioc

coldbox.system.ioc

Last modified 10mo ago