pmclain / magento2-layoutdebug
Magento 2 Output Layout XML in Browser
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.0|~7.0.0|~7.1.0
- magento/framework: ~100.0.0|~100.1.0|~100.2.0
This package is auto-updated.
Last update: 2024-11-22 00:07:26 UTC
README
This modules allows the generated page layout to be output in browser for inspection during development.
Installation
In your Magento 2 root directory run:
composer require pmclain/magento2-layoutdebug
bin/magento setup:upgrade
bin/magento deploy:mode:set developer
Usage
Append ?xml=true
to any url and the generated layout xml will be returned. The
query string will bypass the FPC, if enabled.
License
GNU GENERAL PUBLIC LICENSE Version 3