Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 512 Bytes

SourceHints for Magento 2

Hints for templates/blocks/containers when inspecting code

Example from homepage: Example form homepage

Example from admin order page: Example form admin

Requirements

  • Magento 2.2 or newer
  • PHP 7.0 or newer

Installation

Run following commands:

composer require --dev papec/source-hints
./bin/magento module:enable Papec_SourceHints
./bin/magento setup:upgrade
./bin/magento config:set dev/debug/source_hints 1