STORES - > Configuration - > ADVANCED / Advanced - > Disable Modules Output

4.15K 浏览M2交流区

STORES - > Configuration - > ADVANCED / Advanced - > Disable Modules Output

我用的2.2.4版本 找不到ADVANCED / Advanced - > Disable Modules Output 哪位知道在哪找到查看Disable Modules Output

0

m2里后台应该删除这个功能了,你可以直接用命令查看。

1,查看所有插件的状态

php bin/magento module:status

2,禁用某个插件

比如插件为Zou_Demo

php bin/magento module:enable --clear-static-content Zou_Demo

3,开启某个插件

比如插件为Zou_Demo

php bin/magento module:disable --clear-static-content Zou_Demo

0