shkoliar / magento-debug-helper
Magento 2 Debug Helper module
Installs: 418
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 3
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: ~100.1.0|~101.0.0|~102.0.0
This package is auto-updated.
Last update: 2024-12-20 21:40:09 UTC
README
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
composer require --dev shkoliar/magento-debug-helper
Then enable the module
bin/magento module:enable Shkoliar_DebugHelper
Another few extra commands to ensure that the module is properly registered and classes are generated.
bin/magento setup:upgrade bin/magento setup:di:compile