Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shkoliar/magento-debug-helper
Magento 2 Debug Helper Module for easy debugging with Xdebug and PHPStorm or any other IDE
https://github.com/shkoliar/magento-debug-helper
debug-tool debugging debugging-tool developer-tools development ide local-development magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-module mit mit-license phpstorm xdebug
Last synced: 3 months ago
JSON representation
Magento 2 Debug Helper Module for easy debugging with Xdebug and PHPStorm or any other IDE
- Host: GitHub
- URL: https://github.com/shkoliar/magento-debug-helper
- Owner: shkoliar
- License: mit
- Created: 2019-09-18T15:52:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T21:47:00.000Z (about 5 years ago)
- Last Synced: 2024-08-03T09:03:40.301Z (6 months ago)
- Topics: debug-tool, debugging, debugging-tool, developer-tools, development, ide, local-development, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-module, mit, mit-license, phpstorm, xdebug
- Language: PHP
- Homepage: https://shkoliar.com
- Size: 5.86 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
composer require --dev shkoliar/magento-debug-helper
```Then enable the module
```bash
bin/magento module:enable Shkoliar_DebugHelper
```Another few extra commands to ensure that the module is properly registered and classes are generated.
```bash
bin/magento setup:upgrade
bin/magento setup:di:compile
```