Hyvä Compatibility module for Hyva_ShippingDhl
Hyvä Compatibility modules that are tagged as stable can be installed using composer via packagist.com:
- Install via composer
composer require hyva-themes/magento2-hyva-shipping-dhl
- Enable module
bin/magento setup:upgrade
For development of or to contribute to this module, it needs to be installed using composer via gitlab.
This installation method is not suited for deployments, because gitlab requires SSH key authorization.
-
Install via composer If this is the first time a compatibility module is installed via gitlab, the compat-module-fallback git repository has to be added as a composer repository. This step is only required once.
composer config repositories.hyva-themes/magento2-compat-module-fallback git [email protected]:hyva-themes/magento2-compat-module-fallback.git
When the compat-module-fallback repo is configured, the compatibility module itself can be installed with composer:
composer config repositories.hyva-themes/magento2-hyva-shipping-dhl git [email protected]:hyva-checkout/checkout-integrations/magento2-hyva-shipping-dhl.git composer require hyva-themes/magento2-hyva-shipping-dhl:dev-main
-
Enable module
bin/magento setup:upgrade