项目作者: shkoliar

项目描述 :
Magento 2 Debug Helper Module for easy debugging with Xdebug and PHPStorm or any other IDE
高级语言: PHP
项目地址: git://github.com/shkoliar/magento-debug-helper.git
创建时间: 2019-09-18T15:52:07Z
项目社区:https://github.com/shkoliar/magento-debug-helper

开源协议:MIT License

下载


Magento 2 Debug Helper

Information and Usage

Magento 2 Debug Helper Module usage with PHPStorm and Xdebug

Installation

To install the Magento 2 Debug Helper module, simply run the command below

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

Then enable the module

  1. bin/magento module:enable Shkoliar_DebugHelper

Another few extra commands to ensure that the module is properly registered and classes are generated.

  1. bin/magento setup:upgrade
  2. bin/magento setup:di:compile