Bundles

From AV Scripts Wiki
Revision as of 07:42, 28 March 2015 by Andy (Talk | contribs) (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,...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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