#Features
- OpenExchange Currency Import Service
composer config repositories.emizentech-magento2-openexchange vcs https://github.com/emizentech/magento2-openexchange/
After that, need to install this module as follows:
composer require magento/magento-composer-installer composer require emizentech/openexchange
go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/Emizentech/OpenExchange you can also create by following command:
cd /Magento2Project mkdir app/code/Emizentech mkdir app/code/Emizentech/OpenExchangeto Enable this module you need to follow these steps:
-
Enable the Module
bin/magento module:enable Emizentech_OpenExchange
-
Run Upgrade Setup
bin/magento setup:upgrade
-
Re-Compile (in-case you have compilation enabled)
bin/magento setup:di:compile