
Loki Checkout CLI wizard
The Loki Checkout covers numerous modules and integrations. Because of this, it is sometimes overwhelming at first what could be done to configure things. This wizard helps you get to the right CLI commands.
composer config repositories.yireo composer https://composer.yireo.com/
composer config --auth http-basic.composer.yireo.com YOURDOMAIN YOURLICENSE
composer require \
loki-checkout/magento2-core \
loki-checkout/magento2-core-adminhtml \
loki-checkout/magento2-core-cli \
loki-checkout/magento2-csp \
loki/magento2-admin-components \
loki/magento2-base \
loki/magento2-components \
loki/magento2-css-utils
bin/magento module:enable \
LokiCheckout_Core \
LokiCheckout_CoreAdminhtml \
LokiCheckout_CoreCli \
Loki_AdminComponents \
Loki_Base \
Loki_Checkout_Csp \
Loki_Components \
Loki_CssUtils