<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<description>A feed of the latest and greatest ForgeBox package entries</description>
<link>https://www.forgebox.io/</link>
<title>ForgeBox RSS Feed - Type:mvc - Sorting:recent</title>
<copyright>Ortus Solutions, Corp (www.ortussolutions.com)</copyright>
<docs>http://www.rssboard.org/rss-specification</docs>
<generator>FeedGenerator</generator>
<lastBuildDate>Sun, 12 Apr 2026 14:39:18 GMT</lastBuildDate>
<pubDate>Sun, 12 Apr 2026 14:39:18 GMT</pubDate>
<item>
<title>Wheels Core - v3.0.0+50</title>
<description>Wheels Framework Core Directory</description>
<link>https://forgebox.io/view/wheels-core</link>
<pubDate>Thu, 12 Mar 2026 18:13:50 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/wheels-core</guid>
</item>
<item>
<title>ColdBox Platform - v8.0.5+33</title>
<description>A conventions based HMVC development framework</description>
<link>https://forgebox.io/view/coldbox</link>
<pubDate>Fri, 07 Nov 2025 13:54:01 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/coldbox</guid>
</item>
<item>
<title>Default ColdBox App Template For BoxLang - v8.5.0+10</title>
<description>This is the default ColdBox Application Template for BoxLang projects.</description>
<link>https://forgebox.io/view/cbtemplate-boxlang</link>
<pubDate>Tue, 17 Mar 2026 11:38:50 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-boxlang</guid>
</item>
<item>
<title>Vite Based ColdBox Template - v8.2.0+16</title>
<description># Advanced Script Template
An advanced template with all the bells and whistles in script format
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/advanced-script
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies. 
Just go into each template directory and type:
```bash
box install
```
This will setup all the needed dependencies for each application template. You can then type:
```bash
box server start
```
And run the application.
---
### THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12</description>
<link>https://forgebox.io/view/cbtemplate-vite</link>
<pubDate>Tue, 17 Mar 2026 11:37:39 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-vite</guid>
</item>
<item>
<title>Super Simple APP Template - v8.1.0+15</title>
<description># Super Simple
The simplest of all application templates
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/supersimple
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies. 
Just go into each template directory and type:
```
box install
```
This will setup all the needed dependencies for each application template. You can then type:
```
box server start
```
And run the application.
---
###THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12</description>
<link>https://forgebox.io/view/cbtemplate-supersimple</link>
<pubDate>Tue, 17 Mar 2026 11:37:29 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-supersimple</guid>
</item>
<item>
<title>REST APP Template - v8.1.0+17</title>
<description>This template gives you the base for building RESTFul web services with ColdBox</description>
<link>https://forgebox.io/view/cbtemplate-rest</link>
<pubDate>Tue, 17 Mar 2026 11:37:16 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-rest</guid>
</item>
<item>
<title>REST HMVC Template - v8.1.0+18</title>
<description>A modular API RESTFul template</description>
<link>https://forgebox.io/view/cbtemplate-rest-hmvc</link>
<pubDate>Tue, 17 Mar 2026 11:37:06 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-rest-hmvc</guid>
</item>
<item>
<title>ColdBox Modern CFML Application Template - v8.3.0+8</title>
<description>A modern ColdBox CFML application template with best practices and tools integrated.</description>
<link>https://forgebox.io/view/cbtemplate-modern</link>
<pubDate>Tue, 17 Mar 2026 11:36:58 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-modern</guid>
</item>
<item>
<title>Flat ColdBox App Template - v8.1.0+34</title>
<description>
Copyright Since 2005 ColdBox Platform by Luis Majano and Ortus Solutions, Corp
www.coldbox.org |
www.ortussolutions.com
----
# ColdBox Flat Application Template
This template can be your starting ground for your modern ColdFusion (cfml) web applications. You must use [CommandBox](http://www.ortussolutions.com/products/commandbox) to track your dependencies and start embedded servers.
This template leverages ColdBox and the (ColdBox Elixir)[https://coldbox-elixir.ortusbooks.com] project for asset management and compilations. You can place all your static assets in the `resources/assets` folder and Elixir will combine, version, copy, and even babelify your code to their appropriate location in the `includes` folder.
## Quick Installation
Install the template dependencies by running the `install` command:
```bash
box install
```
This will setup all the needed dependencies for each application template. You can then start the embedded server:
```bash
box server start
```
Code to your liking and enjoy!
## Java Dependencies
If your project relies on Java third-party dependencies, you can use the included Maven `pom.xml` file in the root. You can add your dependencies there and then run the `mvn install` command to download them into the `lib` folder. The ColdBox application will automatically class load all the jars in that folder for you! You can also use the `mvn clean` command to remove all the jars.
You can find Java dependencies here: . Just grab the Maven coordinates and add them to your `pom.xml` file.
## Dockerfile
We have included a [`docker/Dockerfile`](docker/Dockerfile) so you can build docker containers from your source code. We have also added two scripts in your `box.json` so you can build the docker image and run the docker image using our [CommandBox Docker](https://hub.docker.com/r/ortussolutions/commandbox) containers.
```bash
# Build a docker **container**
run-script docker:build
# Run the container
run-script docker:run
# Go into the container's bash prompt
run-script docker:bash
```
## Docker Compose Stack
We have included a [`docker/docker-compose.yaml`](docker/docker-compose.yml) stack that can be used to run the application in a container alongside a database. We have included support for MySQL, PostgreSQL and MSSQL. We have also included the `run-script docker:stack` command you so you compose the stack up or down.
```bash
run-script docker:stack up
run-script docker:stack down
```
## VSCode Helpers
We have included two vscode helpers for you:
* `.vscode/settings.json` - Includes introspection helpers for ColdBox and TestBox
* `.vscode/tasks.json` - Tasks to assist in running a Test Bundle and a CommandBox Task
We have included two custom tasks:
* `Run CommandBox Task` - Open a CommandBox task and run it
* `Run TestBox Bundle` - Open the bundle you want to test and then run it
To run the custom tasks open the command palette and choose `Tasks: Run Build Task` or the shortcut `⇧⌘B`
## Welcome to ColdBox
ColdBox *Hierarchical* MVC is the de-facto enterprise-level [HMVC](https://en.wikipedia.org/wiki/Hierarchical_model%E2%80%93view%E2%80%93controller) framework for ColdFusion (CFML) developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless. ColdBox takes the pain out of development by giving you a standardized methodology for modern ColdFusion (CFML) development with features such as:
* [Conventions instead of configuration](https://coldbox.ortusbooks.com/getting-started/conventions)
* [Modern URL routing](https://coldbox.ortusbooks.com/the-basics/routing)
* [RESTFul APIs](https://coldbox.ortusbooks.com/the-basics/event-handlers/rendering-data)
* [A hierarchical approach to MVC using ColdBox Modules](https://coldbox.ortusbooks.com/hmvc/modules)
* [Event-driven programming](https://coldbox.ortusbooks.com/digging-deeper/interceptors)
* [Async and Parallel programming constructs](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming)
* [Integration &amp; Unit Testing](https://coldbox.ortusbooks.com/testing/testing-coldbox-applications)
* [Included dependency injection](https://wirebox.ortusbooks.com)
* [Caching engine and API](https://cachebox.ortusbooks.com)
* [Logging engine](https://logbox.ortusbooks.com)
* [An extensive eco-system](https://forgebox.io)
* Much More
## Learning ColdBox
ColdBox is the defacto standard for building modern ColdFusion (CFML) applications. It has the most extensive [documentation](https://coldbox.ortusbooks.com) of all modern web application frameworks.
If you don't like reading so much, then you can try our video learning platform: [CFCasts (www.cfcasts.com)](https://www.cfcasts.com)
## ColdBox Sponsors
ColdBox is a professional open-source project and it is completely funded by the [community](https://patreon.com/ortussolutions) and [Ortus Solutions, Corp](https://www.ortussolutions.com). Ortus Patreons get many benefits like a cfcasts account, a FORGEBOX Pro account and so much more. If you are interested in becoming a sponsor, please visit our patronage page: [https://patreon.com/ortussolutions](https://patreon.com/ortussolutions)
### THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
</description>
<link>https://forgebox.io/view/cbtemplate-flat</link>
<pubDate>Tue, 17 Mar 2026 11:36:49 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-flat</guid>
</item>
<item>
<title>Elixir APP Template - v7.5.0+15</title>
<description>A ColdBox application template that leverages ColdBox Elixir for assets</description>
<link>https://forgebox.io/view/cbtemplate-elixir</link>
<pubDate>Sat, 07 Jun 2025 11:38:18 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-elixir</guid>
</item>
<item>
<title>Default ColdBox App Template - v7.4.0+31</title>
<description># Advanced Script Template
An advanced template with all the bells and whistles in script format
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/advanced-script
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies. 
Just go into each template directory and type:
```bash
box install
```
This will setup all the needed dependencies for each application template. You can then type:
```bash
box server start
```
And run the application.
---
### THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12</description>
<link>https://forgebox.io/view/cbtemplate-advanced-script</link>
<pubDate>Sat, 07 Jun 2025 11:39:12 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-advanced-script</guid>
</item>
<item>
<title>Default ColdBox App Template For BoxLang - v1.1.0+2</title>
<description>
Copyright Since 2005 ColdBox Platform by Luis Majano and Ortus Solutions, Corp
www.coldbox.org |
www.ortussolutions.com
----
# ColdBox BoxLang Application
This template can be your starting ground for your BoxLang ColdBox HMVC web applications. You must use [CommandBox](http://www.ortussolutions.com/products/commandbox) to track your dependencies and start embedded servers.
## Quick Installation
Install the template dependencies by running the `install` command:
```bash
box install
```
This will setup all the needed dependencies for each application template. You can then start the BoxLang server:
```bash
box server start
```
Code to your liking and enjoy!
## Java Dependencies
If your project relies on Java third-party dependencies, you can use the included Maven `pom.xml` file in the root. You can add your dependencies there and then run the `mvn install` command to download them into the `lib/java` folder. The BoxLang application will automatically class load all the jars in that folder for you! You can also use the `mvn clean` command to remove all the jars.
You can find Java dependencies here: . Just grab the Maven coordinates and add them to your `pom.xml` file.
## Dockerfile
We have included a [`build/Dockerfile`](build/Dockerfile) so you can build docker containers from your source code. We have also added two scripts in your `box.json` so you can build the docker image and run the docker image using our [CommandBox Docker](https://hub.docker.com/r/ortussolutions/commandbox) containers.
```bash
# Build a docker **container**
run-script docker:build
# Run the container
run-script docker:run
# Go into the container's bash prompt
run-script docker:bash
```
## Docker Compose Stack
We have included a [`build/docker-compose.yaml`](build/docker-compose.yml) stack that can be used to run the application in a container alongside a database. We have included support for MySQL, PostgreSQL and MSSQL. We have also included the `run-script docker:stack` command you so you compose the stack up or down.
```bash
run-script docker:stack up
run-script docker:stack down
```
## VSCode Helpers
We have included two vscode helpers for you:
* `.vscode/settings.json` - Includes introspection helpers for ColdBox and TestBox
* `.vscode/tasks.json` - Tasks to assist in running a Test Bundle and a CommandBox Task
We have included two custom tasks:
* `Run CommandBox Task` - Open a CommandBox task and run it
* `Run TestBox Bundle` - Open the bundle you want to test and then run it
To run the custom tasks open the command palette and choose `Tasks: Run Build Task` or the shortcut `⇧⌘B`
## Welcome to ColdBox
ColdBox *Hierarchical* MVC is the de-facto enterprise-level [HMVC](https://en.wikipedia.org/wiki/Hierarchical_model%E2%80%93view%E2%80%93controller) framework for BoxLang and CFML developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless. ColdBox takes the pain out of development by giving you a standardized methodology for development with features such as:
* [Conventions instead of configuration](https://coldbox.ortusbooks.com/getting-started/conventions)
* [Modern URL routing](https://coldbox.ortusbooks.com/the-basics/routing)
* [RESTFul APIs](https://coldbox.ortusbooks.com/the-basics/event-handlers/rendering-data)
* [A hierarchical approach to MVC using ColdBox Modules](https://coldbox.ortusbooks.com/hmvc/modules)
* [Event-driven programming](https://coldbox.ortusbooks.com/digging-deeper/interceptors)
* [Async and Parallel programming constructs](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming)
* [Integration &amp; Unit Testing](https://coldbox.ortusbooks.com/testing/testing-coldbox-applications)
* [Included dependency injection](https://wirebox.ortusbooks.com)
* [Caching engine and API](https://cachebox.ortusbooks.com)
* [Logging engine](https://logbox.ortusbooks.com)
* [An extensive eco-system](https://forgebox.io)
* Much More
## Learning ColdBox
ColdBox is the defacto standard for building modern BoxLang and ColdFusion (CFML) applications. It has the most extensive [documentation](https://coldbox.ortusbooks.com) of all modern web application frameworks.
If you don't like reading so much, then you can try our video learning platform: [CFCasts (www.cfcasts.com)](https://www.cfcasts.com)
## ColdBox Sponsors
ColdBox is a professional open-source project and it is completely funded by the [community](https://patreon.com/ortussolutions) and [Ortus Solutions, Corp](https://www.ortussolutions.com). Ortus Patreons get many benefits like a cfcasts account, a FORGEBOX Pro account and so much more. If you are interested in becoming a sponsor, please visit our patronage page: [https://patreon.com/ortussolutions](https://patreon.com/ortussolutions)
### THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
</description>
<link>https://forgebox.io/view/cbtemplate-bx-default</link>
<pubDate>Sat, 07 Jun 2025 11:38:12 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-bx-default</guid>
</item>
<item>
<title>Taffy - v3.7.0</title>
<description>REST Web Service framework for ColdFusion and Lucee</description>
<link>https://forgebox.io/view/taffy</link>
<pubDate>Wed, 28 May 2025 18:25:51 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/taffy</guid>
</item>
<item>
<title>Taffy Version Specific - v3.6.0</title>
<description>REST Web Service framework for ColdFusion and Lucee</description>
<link>https://forgebox.io/view/taffy-ver-spec</link>
<pubDate>Mon, 12 May 2025 03:53:30 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/taffy-ver-spec</guid>
</item>
<item>
<title>Ninja API Site - v1.0.10</title>
<description># ninja_testing&#13;
A full site version of the ninja_api&#13;
</description>
<link>https://forgebox.io/view/ninja_api_site</link>
<pubDate>Tue, 29 Apr 2025 20:34:49 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/ninja_api_site</guid>
</item>
<item>
<title>INFO 2480 - v2.0.4</title>
<link>https://forgebox.io/view/uml-2480</link>
<pubDate>Sat, 01 Feb 2025 18:13:51 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/uml-2480</guid>
</item>
<item>
<title>Quick with Auth Template - v6.0.0</title>
<description># Quick with Auth Template
Get started building a real application with Quick, cbauth, and cbguard
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/advanced-script
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies.
Just go into each template directory and type:
```
box install
```
This will setup all the needed dependencies for each application template.
Next, edit the `.env` file to have the correct settings for your server.
A migration is included for a `users` table. Run it by typing `migrate up` in CommandBox.
You can then type:
```
box server start
```
And run the application.
---
###THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
</description>
<link>https://forgebox.io/view/cbtemplate-quick-with-auth</link>
<pubDate>Wed, 15 May 2024 01:21:33 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-quick-with-auth</guid>
</item>
<item>
<title>Default commandbox-ssg Template - v0.0.3</title>
<link>https://forgebox.io/view/commandbox-ssg-skeleton</link>
<pubDate>Sat, 20 Jan 2024 20:57:15 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/commandbox-ssg-skeleton</guid>
</item>
<item>
<title>Quick Tailwind Inertia Template - v5.0.5</title>
<description># Quick Tailwind Inertia Template
Get started building a real application with Quick, cbauth, and cbguard.
Power up your front end using Inertia.js, Vue, and Tailwind CSS.
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies.
Just go into each template directory and type:
```
box install
```
This will setup all the needed dependencies for each application template.
Next, edit the `.env` file to have the correct settings for your server.
A migration is included for a `users` table. Run it by typing `migrate up` in CommandBox.
Install the front end dependencies using Node and NPM:
```
npm install
```
Compile the assets using the provided package scripts:
```
npm run dev
# OR
npm run watch
```
You can then type:
```
box server start
```
And run the application.
</description>
<link>https://forgebox.io/view/cbtemplate-quick-tailwind-inertia</link>
<pubDate>Wed, 21 Jun 2023 19:53:43 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-quick-tailwind-inertia</guid>
</item>
<item>
<title>Simple APP Template - v6.15.0</title>
<description># Simple Template
A simple ColdBox MVC template
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/simple
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies. 
Just go into each template directory and type:
```
box install
```
This will setup all the needed dependencies for each application template. You can then type:
```
box server start
```
And run the application.
---
###THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12</description>
<link>https://forgebox.io/view/cbtemplate-simple</link>
<pubDate>Fri, 17 Mar 2023 17:37:50 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-simple</guid>
</item>
<item>
<title>Elixir VueJS App Template - v6.14.0</title>
<description>A ColdBox application template that leverages ColdBox Elixir for assets and VueJS for UI</description>
<link>https://forgebox.io/view/cbtemplate-elixir-vuejs</link>
<pubDate>Fri, 17 Mar 2023 17:34:29 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-elixir-vuejs</guid>
</item>
<item>
<title>Framework One - v4.3.0</title>
<description>FW/1 - Framework One - is a family of small, lightweight, convention-over-configuration frameworks, primarily for CFML.</description>
<link>https://forgebox.io/view/fw1</link>
<pubDate>Mon, 18 Apr 2022 21:36:22 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/fw1</guid>
</item>
<item>
<title>Advanced APP Template - v1.27.2</title>
<description># Advanced Template
An advanced template with all the bells and whistles but in tag format.
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/advanced
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies. 
Just go into each template directory and type:
```
box install
```
This will setup all the needed dependencies for each application template. You can then type:
```
box server start
```
And run the application.
---
###THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12</description>
<link>https://forgebox.io/view/cbtemplate-advanced</link>
<pubDate>Mon, 23 Nov 2020 21:06:06 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-advanced</guid>
</item>
<item>
<title>Elixir Bower App Template - v1.10.3</title>
<description>A ColdBox application template that leverages ColdBox Elixir for assets and bower for asset manager</description>
<link>https://forgebox.io/view/cbtemplate-elixir-bower</link>
<pubDate>Mon, 23 Nov 2020 21:05:30 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cbtemplate-elixir-bower</guid>
</item>
<item>
<title>CFML Challenge app - v1.32.0</title>
<description># CFMLChallenge-App
The CFML Challenge App is a ColdBox app that houses the CFML Challenge Module, a module built with CFML Challenge tests for you to test your CFML Skills. As the CFML Challenge Module is updated, this app will present you more challenges for you to master CFML.This app was built as on a Live Stream by Gavin Pickin and Michael Born, as a learning tool, and a way for listeners of the Modernize or Die CFML News Podcast to participate in the monthly challenge. 
Install the app, `box server start` and start your challenge today.
## Quick Installation
Using CommandBox, run these two commands to install and run the CFMLChallenge app:
* `box install`
* `box server start`
### THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
</description>
<link>https://forgebox.io/view/cfmlchallenge-app</link>
<pubDate>Sun, 08 Mar 2020 01:39:18 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/cfmlchallenge-app</guid>
</item>
<item>
<title>quick-blog - v1.0.0</title>
<description># Advanced Script Template
An advanced template with all the bells and whistles in script format
## License
Apache License, Version 2.0.
## Important Links
Source Code
- https://github.com/coldbox-templates/advanced-script
## Quick Installation
Each application templates contains a `box.json` so it can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) for its dependencies. 
Just go into each template directory and type:
```
box install
```
This will setup all the needed dependencies for each application template. You can then type:
```
box server start
```
And run the application.
---
###THE DAILY BREAD
&gt; "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12</description>
<link>https://forgebox.io/view/quick-blog</link>
<pubDate>Tue, 09 Apr 2019 21:51:21 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/quick-blog</guid>
</item>
<item>
<title>FW/1 (develop -- deprecated: use fw1@be instead) - v4.5.0-snapshot</title>
<description>Framework One - deprecated develop version: use fw1@be instead</description>
<link>https://forgebox.io/view/fw1-dev</link>
<pubDate>Mon, 03 Jul 2017 12:27:01 GMT</pubDate>
<category>mvc</category>
<guid isPermaLink="false">https://forgebox.io/view/fw1-dev</guid>
</item>
</channel>
</rss>
