magentosupport / art
高级报告故障排除工具
0.0.4
2021-08-27 16:26 UTC
This package is auto-updated.
Last update: 2024-09-18 01:14:05 UTC
README
这是用于帮助解决高级报告问题的 Magento 模块
内容
安装
-
下载模块
composer require magentosupport/art:dev-master
或 sparta 版本
php74 /usr/bin/composer require magentosupport/art:dev-master
如果 composer 安装有问题,请在 app/code 文件夹中创建 Magentosupport 文件夹,并在其中克隆此仓库
- 启用模块
php bin/magento module:enable MagentoSupport_ART
使用
运行命令
php bin/magento analytics:troubleshoot
##卸载
禁用模块
php bin/magento module:disable MagentoSupport_ART
删除模块
composer remove magentosupport/art