element119/layout-debug

用于帮助调试布局文件的Magento 2模块。

安装: 4

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放问题: 2

类型:magento2-module

1.0.2 2020-07-05 14:57 UTC

This package is auto-updated.

Last update: 2024-09-22 21:24:41 UTC


README

element119 | 布局调试

status github release github release date magento php license packagist downloads

paypal

📝 目录


⛓️ 要求

  • Magento 2.3.*
  • PHP >=7.0

🔌 安装

运行以下命令以安装此模块:

composer install element119/layout-debug
php bin/magento module:enable Element119_LayoutDebug
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

⏫ 更新

运行以下命令以更新此模块:

composer update element119/layout-debug
php bin/magento module:enable Element119_LayoutDebug
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

❌ 卸载

运行以下命令以卸载此模块:

composer remove element119/layout-debug
php bin/magento module:enable Element119_LayoutDebug
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

✔️ 特性

此模块...


📚 用户指南

...


© Kiel Pykett