tirithen / Ord

A CMS experiment
GNU General Public License v3.0
1 stars 0 forks source link

Symfony like bundle system to share non-core functionality between sites #17

Open tirithen opened 10 years ago

tirithen commented 10 years ago

Symfony uses bundles where (simplified) each bundle are a complete copy of the root directory. Such a system would enable us to create bundles with themes/controllers/models or any combination of those and share them with npm_modules. It also enables the possibility to enable/disable a bundles functionality from the site settings.