The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
635 Ready
455 Need Help
Vendors 🏆 Leaderboard
Actively Maintained v1.0.2

Yireo Enable Module Sequence

yireo/magento2-enable-module-sequence 63

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.

3,386
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
6 warnings
L5 PHPStan

Release Discipline

Follows SemVer · 100% What is this?

Release history audited up to v1.0.2

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.2 on Magento 2.4.9
Jun 5, 2026
v1.0.1 on Magento 2.4.9
Jun 3, 2026

Share This Module's Status

Yireo Enable Module Sequence Magento compatibility status badge

README

Loaded from GitHub

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