yireo / magento2-enable-module-sequence
N/A
Package info
github.com/yireo/Yireo_EnableModuleSequence
Type:magento2-module
pkg:composer/yireo/magento2-enable-module-sequence
1.0.2
2026-06-05 07:44 UTC
Requires
- magento/framework: ^103.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-03 08:43:48 UTC
README
When running the Magento 2 command bin/magento module:enable for a given module, the dependencies of that module (as declared in the sequence of its etc/module.xml file) is not enabled. This is a good thing, because not always does the sequence reflect all neccessary dependencies. But if so, this module gives you a command to enable all dependencies at once.
Installation
composer require yireo/magento2-enable-module-sequence bin/magento module:enable Yireo_EnableModuleSequence
Usage
bin/magento module:sequence Yireo_Example