®Magento Tutorials

Magento how to hook unhook module

In Magento, to enable or disable a module, you can use the command line tool “bin/magento”.

To enable a module, you can use the command:

bash

bin/magento module:enable <Module_Name>

To disable a module, you can use the command:

bash

bin/magento module:disable <Module_Name>

You can also check the status of all modules using the command:

lua

bin/magento module:status

After you run these commands, you should also run the command

python

bin/magento setup:upgrade

to apply the changes to the database.

It is also important to note that you should run these commands from the root directory of your Magento installation.

About zohaibk

We develop useful addons for #E-Commerce and #CRM software to provide extra features.#PrestaShop,#Magento,#SugarCRM,#Vtiger & #Android #apps
View all posts by zohaibk →