Back to Top

Enable / disable Modules in Magento2

Updated 13 January 2016

Magento provide command line utility for it example

php bin/magento module:disable -f Magento_Wishlist

as Magento wishlist depend upon the other module as well so using without [-f] will not disable or enable the module and will display warning like

Screenshot_7

after using command with [-f] flag will solve this issue

 

Searching for an experienced
Magento 2 Company ?
Find out More

please check the warning when you are using command forcefully

Alert: You used the –force option. As a result, modules might not function properly.

You may check complete information here as well http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-subcommands-enable.html#instgde-cli-subcommands-enable-modules

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home