msts/invoice-me

安装: 108

依赖: 0

建议者: 0

安全: 0

星标: 1

分支: 1

类型:magento2-module

1.4.1 2021-09-08 12:56 UTC

This package is auto-updated.

Last update: 2024-09-08 10:00:49 UTC


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缓存。

如果是在生产模式下运行,请按照上述方法重新编译。

许可证

MPL 2.0