Install guide
Same flow for every module: composer require, setup:upgrade, paste your licence key. Detailed steps below. Platform-specific notes for Magento and Hyvä follow.
01
After purchase, an email lands within seconds containing your licence key and a link to the installer ZIP. Logged-in customers also see all keys in Account → Licences.
02
From your store root:
composer config repositories.etechflow composer https://repo.etechflow.com
composer require etechflow/{module-slug}03
Run Magento's standard upgrade + compile + cache flush:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush04
In admin → Stores → Configuration → eTechFlow → [Module] → License Key. The key validates immediately; you'll see a green check on save.
Reply to the delivery email and a member of our team responds within one business day. Usually faster. Common issues (composer auth, di:compile failures, key validation 403) have one-pagers in the docs.