msts/trevipay-magento
最新稳定版本:1.1.25
Composer 安装命令:
composer require msts/trevipay-magento
包简介
TreviPay Magento 2 Module
README 文档
README
Requirements
- Magento 2
- PHP 7.1 or higher (7.2+ recommended)
Installation
Using Composer
Install the MSTS TreviPayMagento module with the following command:
composer require msts/trevipay-magento
If your php is < 7.2 or does not have libsodium installed, install the paragonie/sodium_compat package from composer:
composer require paragonie/sodium_compat
Run the Magento upgrade command:
php ./bin/magento setup:upgrade
Then flush the Magento cache:
php ./bin/magento cache:flush;
php ./bin/magento cache:clean;
If you are running Magento 2 in production mode, you will also be required to run compilation and static content deployment steps:
php ./bin/magento setup:di:compile;
php ./bin/magento setup:static-content:deploy;
How to update
Run the Composer update command:
composer update msts/trevipay-magento
Then flush the Magento cache as above.
Recompile as above if running in production mode.
Testing
Run Tests
./vendor/bin/phpunit
License
统计信息
- 总下载量: 5.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2021-11-08