Skip to content

Uninstall Extension

Instructions depend on how your module has been installed. We will use the ProfStep_Quotation module as an example.

Via Composer or Magento Marketplace

Navigate to the Magento root folder and run the following commands:

Terminal window
composer remove profstep/module-quotation
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

As a ZIP package

Go to the Magento root folder and delete the installed extension, then run the following command:

Terminal window
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy