Overview
This article is for uninstalling the Address Autocomplete extension for Magento 2.
Uninstalling
Follow these steps to uninstall your Address Autocomplete extension:
- Disable the cache (if enabled) and compiler (if enabled).
- Run:
composer remove shipperhq/module-address-autocomplete
- Run:
php bin/magento setup:upgrade
- Run:
php bin/magento setup:di:compile
(if the compiler is enabled). - Remove any references to autocomplete from the
core_config_data
MySQL database table. - Verify removal on admin/frontend
- Enable cache (if previously enabled).