Which command is used to enable or disable a Magento 2 module?

Which command is used to enable or disable a Magento 2 module?

  • By admin
  • Magento 2
  • Comments Off on Which command is used to enable or disable a Magento 2 module?

Which command is used to enable or disable a Magento 2 module?

Enable and Disable Magento 2 Module

php bin/magento module:enable module_name

php bin/magento module:disable module_name

Manifest Desires-Click Here