msts / invoice-me
1.4.1
2021-09-08 12:56 UTC
Requires
- php: ~7.1.3 || >=7.2.0 || ~7.3.0
- guzzlehttp/guzzle: ^6.0
- magento/framework: 102.0.* || 103.0.*
- magento/module-checkout: 100.3.* || 100.4.*
- magento/module-payment: 100.3.* || 100.4.*
- magento/module-sales: 102.* || 103.0.*
- msts/caas-php: ^1.2
- ramsey/uuid: ^3.8 || ^4.0
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9
README
要求
- Magento 2
- PHP 7.1或更高版本(推荐使用7.2+)
安装
使用Composer
使用以下命令安装MSTS InvoiceMe模块
composer require msts/invoice-me
运行Magento升级命令
php ./bin/magento setup:upgrade
然后清除Magento缓存
php ./bin/magento cache:flush;
php ./bin/magento cache:clean;
如果你在生产模式下运行Magento 2,还需要运行编译和静态内容部署步骤
php ./bin/magento setup:di:compile;
php ./bin/magento setup:static-content:deploy;
如何更新
运行Composer update命令
composer update msts/invoice-me
然后按照上述方法清除Magento缓存。
如果是在生产模式下运行,请按照上述方法重新编译。