Magento 2 Easy Template Path Hints extension is used to turn on the template path hints for both frontend & backend on the fly just by using query strings.
(This is the ported version of Magento 1 Easy Template Path Hints for Magento 2)
You can easily turn on the template path hints for frontend just by appending query string: ?tp=1&code=[access-code]
This feature gives you the power to turn on/off the template path hints on the fly without going back and forth with System > Developer Settings.
Similar to frontend, You can easily turn on the template path hints for backend just by appending query string: ?tp=1&code=[access-code]
You can save the settings in cookie so that you don't have to append query string again and again in order to turn on the template path hints.
This feature is really helpful while debugging form post pages, transactional email templates etc.
1. Download the extension .zip file and extract it.
2. Copy the extension files from src/ folder to the {your-magento2-dir}/app/code/MagePsycho/Easypathhints
3. Once you have copied all the extension files to the proper directory, run the following commands:
php bin/magento module:enable MagePsycho_Easypathhints --clear-static-content
php bin/magento setup:upgrade
4. Go to Admin > Stores > Configuration > MagePsycho > Easy Template Path Hints > Configure your settings here...
Coming Soon.
Version 1.0.2 - 1.1.0 (2017-06-16)
- Refactored the code (Logger, Cookie, Config etc.)
- Fixed template path hints not working for Magento versions 2.1.3+
Version 1.0.1 - 1.0.2 (2016-04-03)
- Fixed template path hints for admin.
- Refactored code.
Version 1.0.0 - 1.0.1 (2016-04-03)
- Fixed relative XSD path of xml configurations.
- Added modman file.
- Refactored code.
Version 1.0.0 (2015-10-30)
- Initial Release.