Difference between revisions of "Bundles"

From AV Scripts Wiki
Jump to: navigation, search
(Created page with "Bundles allow for features and functionality to be added to AVCMS in a way that means they can be plugged-in and out without affecting other parts of the system. For example,...")
(No difference)

Revision as of 07:42, 28 March 2015

Bundles allow for features and functionality to be added to AVCMS in a way that means they can be plugged-in and out without affecting other parts of the system. For example, the Blog bundle contains all the features for the AVCMS blog system including the core functionality, templates, assets, routes, urls, forms and settings. By default AVCMS looks for bundles in 3 directories:

src/AV/Bundles - Core framework features like the database and forms
src/AVCMS/Bundles - AVCMS functionality like the admin panel and features like the Blog
src/AVCMS/BundlesDev - Special dev features only enabled in Developer Mode