Skip to main content

Re-Installation Steps

A. Uninstall SureBright module

Run this command to disable the module and remove old files:
php bin/magento module:disable Surebright_Integration —clear-static-content
Run this to rebuild the necessary files:
bin/magento setup:di:compile
Run this to remove the SureBright integration:
composer remove surebright/integration
Run this to apply the changes
bin/magento setup:upgrade
Run this to clean up the cache and setup your store visuals:
bin/magento setup:static-content:deploy -f -j5
bin/magento cache:clean

B. Re-Install Steps

Run this to add SureBright again:
composer require surebright/integration:v1.3.10
Run this to enable the module:
php bin/magento module:enable Surebright_Integration
Run this to finalize the reinstall:
bin/magento setup:upgrade
bin/magento setup:di:compile
Run this to finish the reinstall and setup your store visuals:
bin/magento setup:static-content:deploy -f -j5
bin/magento cache:clean

All Set! SureBright Integration Completed

🎉 You’ve successfully reinstalled the SureBright Integration on your Magento store!