espressobytes/debug-hints 1.0.1

Debug Hints for Magento 2

Type

magento2-module

License

proprietary

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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