Official Module - Adobe Commerce / Magento 2 Open Source
Official module Uber for Adobe Commerce / Magento 2 Open Source. The module was developed using Uber API documentation API Docs.
The module requires Adobe Commerce / Magento 2 Open Source 2.3.x or higher for its correct operation. It will need to be installed using the Magento console commands.
composer require improntus/module-uber
Developer installation mode
php bin/magento deploy:mode:set developer
php bin/magento module:enable Improntus_Uber
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy es_AR en_US
php bin/magento setup:di:compile
Production installation mode
php bin/magento module:enable Improntus_Uber
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production