An Adobe Commerce developer has just installed an extension via composer.
When running, bin/magento module: status Vendor_Module, the status is returned Module is disabled.
Which two CLI commands need to be run to make the extension work properly? (Choose two.)
- bin/magento setup:upgrade
- composer install
- composer update vendor/module
- bin/magento module:enable Vendor_Module --clear-static-content
Reveal Solution Next Question