Yireo Enable Module Sequence
yireo/magento2-enable-module-sequence
Adds a bin/magento module:sequence command that enables a module together with all the dependencies declared in its module.xml sequence in a single step.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubYireo EnableModuleSequence
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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.