yireo/magento2-enable-module-sequence

N/A

Fund package maintenance!
yireo
www.paypal.me/yireo

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:magento2-module

1.0.0 2025-09-25 13:40 UTC

This package is auto-updated.

Last update: 2025-09-26 07:00:17 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:enable:sequence Yireo_Example