mondu/magento2-payment
最新稳定版本:2.6.0
Composer 安装命令:
composer require mondu/magento2-payment
包简介
Mondu payment method for magento 2
README 文档
README
Installation
Install using Composer (Recommended)
- From the CLI, run the following commands to install the Mondu module.
composer require mondu/magento2-payment - Run Magento install/upgrade scripts:
php bin/magento setup:upgrade - Compile dependency injection:
php bin/magento setup:di:compile - Deploy static view files (production mode only):
php bin/magento setup:static-content:deploy - Flush Magento cache:
php bin/magento cache:flush
Install using Docker
- Install docker and docker-compose.
- Create a `auth.json` file copying it from `auth.json.example` according to https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/authentication-keys.html?lang=en.
- Run the following script:
docker-compose up. - Wait the container to start (it may take a while).
- Run `composer install` inside the magento container.
Install manually
- Download the latest release of Mondu module for Magento 2 file from the Mondu github repository https://github.com/mondu-ai/magento2-checkout/releases
- Unzip the file
- Create a directory `Mondu/Mondu` in: [MAGENTO]/app/code/
- Copy the files to `Mondu/Mondu` directory
- Run Magento install/upgrade scripts:
php bin/magento setup:upgrade - Compile dependency injection:
php bin/magento setup:di:compile - Deploy static view files (production mode only):
php bin/magento setup:static-content:deploy - Flush Magento cache:
php bin/magento cache:flush
统计信息
- 总下载量: 36.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-10