ColdBox HMVC Documentation
7.x
SourceNewsSupportTraining
Search…
⌃K
Links
7.x
Introduction
Intro
Release History
About This Book
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Interceptors
HMVC
Modules
Core Modules
Locations
Parent Configuration
Module Layout
Module Service
ModuleConfig
Module Event Executions
URL Routing
Module Async Scheduling
Request Context Module Methods
Layout and View Renderings
Models
Module CF Mappings
Module Dependencies
Module Helpers
Module Bundles
Module Inception
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered By GitBook

Module Bundles

You can bundle your modules into an organizational folder that has the convention name of {name}-bundle. This will allow you to bundle different modules together for organizational purposes only. Great for git ignores.
coldbox-bundle
* cbstorages
* cborm
* cbsecurity
Previous
Module Helpers
Next
Module Inception
Last modified 3mo ago
Copy link
Edit on GitHub