FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...

CFWheels Base Template

v2.5.1+32 CFWheels Templates

wheels-template-base

This is a blank application written in Wheels.

As an Application

As an application, this is a starting point for a modern Wheels application with Bootstrap integration.

As a ForgeBox Package

As a ForgeBox package there is some interesting things going on here. Although this package doesn't contain much custom code, it does have a dependency which pulls in the core folder the framework needs to function. This folder is pulled in via this dependency:

"Dependencies":{
  "cfwheels":"^2.5.1"
}

The core files are put into the wheels/ folder according to these settings.

"installPaths":{
  "cfwheels":"wheels/"
}

To Install

To install this package you'll need to have a running CommandBox installation. Then you can install this package with the following:

box
mkdir myapp --cd
install wheels-base-template

This could be shortened to a single command run in an empty directory:

box install wheels-base-template

$ box install cfwheels-base-template

No collaborators yet.
     
  • {{ getFullDate("2022-04-29T13:58:23Z") }}
  • {{ getFullDate("2024-04-01T13:06:50Z") }}
  • 2,562
  • 75,778