upsbg / dashboard
UPSBG Shipping Dashboard for Magento 2
1.0.5
2025-09-09 09:06 UTC
Requires
- php: ^7.4 || ^8.1 || ^8.2 || ^8.3
- magento/framework: >=102.0.0 <105.0.0
- magento/module-config: >=100.0.0 <105.0.0
This package is not auto-updated.
Last update: 2026-04-07 11:58:56 UTC
README
-
Installation Manually
- Prepare UPS_Dashboard Module
- Copy UPS_Dashboard Module to app/code
- Enable the Module
php bin/magento module:enable UPS_Dashboard
- RUN all commands
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
-
Installation using composer
-
Goto root DIR from command line.
-
RUN composer require command
composer require ups/dashboard
-
Enable the Module
php bin/magento module:enable UPS_Dashboard
-
RUN all commands
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
-
#changelog
- Modify core connect module to global/default and website level wise.
#release
Backend configuration scope website/default level wise. Compatible upto magento 2.4.8