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.
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.