Uninstalling the Violet Extension
To uninstall the Violet extension perform the following steps.
Disable the Violet extension:
php bin/magento module:disable Violet_VioletConnect --clear-static-content
Remove the Violet extension from Composer:\
If installed from Magento Marketplace:
composer remove violet/violetconnect
If installed from Packagist:
composer remove violetio/magento2
Run Setup Upgrade to reflect the removal of the extension:
php bin/magento setup:upgrade
Reploy the static content:
php bin/magento setup:static-content:deploy -f
Flush the Magento cache:
php bin/magento cache:flush
Last updated
Was this helpful?