shkoliar / magento-debug-helper

Magento 2 Debug Helper 模块

安装: 418

依赖: 0

建议: 0

安全: 0

星标: 14

关注者: 3

分支: 2

开放问题: 0

类型:magento2-module

1.0.1 2020-01-14 21:46 UTC

This package is auto-updated.

Last update: 2024-09-20 21:06:24 UTC


README

信息和用法

Magento 2 Debug Helper 模块与 PHPStorm 和 Xdebug 的使用

安装

要安装 Magento 2 Debug Helper 模块,只需运行以下命令:

composer require --dev shkoliar/magento-debug-helper

然后启用模块

bin/magento module:enable Shkoliar_DebugHelper

还需要运行一些额外的命令来确保模块正确注册并生成类。

bin/magento setup:upgrade
bin/magento setup:di:compile