Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1004 Bytes

File metadata and controls

22 lines (11 loc) · 1004 Bytes

Modules

What are modules

Modules are self contained bundles of code, that contain their own configuration, routes, handlers, views, widgets, interceptors, and can contain other modules. They are a vital part of ContentBox, and the ease in which you can use, and develop for ContentBox.

ContentBox is built on Modules

ContentBox itself is made up of 3 separate Modules ( and their submodules ), ContentBox, ContentBox-Admin and ContentBox-UI. One of the best security features of ContentBox is the fact that you can remove the Admin module from your production installs, removing the ability for the admin to get hacked, because it is not even present on your production server.

ContentBox

ContentBox-Admin

ContentBox Admin Module Folder Structure

ContentBox-UI

ContentBox UI Module Folder Structure