Download the PHP package espressobytes/debug-hints without Composer
On this page you can find all versions of the php package espressobytes/debug-hints. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download espressobytes/debug-hints
More information about espressobytes/debug-hints
Files in espressobytes/debug-hints
Download espressobytes/debug-hints
More information about espressobytes/debug-hints
Files in espressobytes/debug-hints
Vendor espressobytes
Package debug-hints
Short Description Debug Hints for Magento 2
License proprietary
Package debug-hints
Short Description Debug Hints for Magento 2
License proprietary
Please rate this library. Is it a good library?
Informations about the package debug-hints
Magento2 Debug-Hints
Overview
A simple Magento 2 module to show block and template names on the output html.
If the module is enabled, comments are integrated in the html-output at the start and the end of each block:
<!-- Start Template: /path/to/template.phtml (BlockClass: Vendor\Namespace\Block\Class) -->
... html content of block and template ...
<!-- End Template: /path/to/template.phtml -->
Installation
composer require espressobytes/debug-hints --dev
bin/magento module:enable Espressobytes_DebugHints
bin/magento setup:up
php bin/magento cache:clean
Configuration
- In Admin navigate to: Stores > Configuration > Espressobytes Modules > Debug Hints
- Set Show Frontend Hints to Yes, if you want to show template names in frontend
- Set Show Adminhtml Hints to Yes, if you want to show template names in adminhtml
Changelog
v1.1.1: Support for blocks and templates in Adminhtml, show layout-names of blocks
All versions of debug-hints with dependencies
PHP Build Version
Package Version
No informations.
The package espressobytes/debug-hints contains the following files
Loading the files please wait ....