AvS_DisableModules
AvS_DisableModules copied to clipboard
Adds a shell command info:dependencies:show-removable which exports all modules which have no dependencies
I am removing these modules from composer itself using replace. ``` "replace": { "magento/module-inventory" : "*" }, ``` So, alongside Magento_Inventory, magento/module-inventory should also be returned.
We see `Error/Warning - Please check the path you provided` but we did not supply a path In addition what is the error `Module name for composer name "mirasvit/module-report-api" not...
The `Magento_Multishipping` module is reported as having no modules dependent on it, however; when trying to uninstall, I receive the following: ``` Cannot uninstall module 'Magento_Multishipping' because the following module(s)...
I installed the module correctly with composer require avstudnitz/disable-modules composer update But command bin/magento info:dependencies:show-removable sends Command "info:dependencies:show-removable" is not defined. Did you mean one of these? info:dependencies:show-framework info:dependencies:show-modules info:dependencies:show-modules-circular...
When running `info:dependencies:show-removable` I get the following error: `Please check the path you provided. Removable Modules report generator failed with error: Module name for composer name "magento/module-captcha" not found.` I...
Hi Andreas, I tried your module in a project running Magento 2.4.6-p5. This was the only change I had to do to get a file generated. Great work, thank you!