Skip to content

A Magento 2 development tool to help developers debug issues with their layout files.

License

Notifications You must be signed in to change notification settings

pykettk/layout-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

element119 | Layout Debug

status github release github release date magento php license packagist downloads


paypal


📝 Table of Contents


⛓️ Requirements

  • Magento 2.3.*
  • PHP >=7.0

🔌 Installation

Run the following command to install this module:

composer install element119/layout-debug
php bin/magento module:enable Element119_LayoutDebug
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

⏫ Updating

Run the following command to update this module:

composer update element119/layout-debug
php bin/magento module:enable Element119_LayoutDebug
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

❌ Uninstallation

Run the following command to uninstall this module:

composer remove element119/layout-debug
php bin/magento module:enable Element119_LayoutDebug
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

✔️ Features

This module...


📚 User Guide

...


© Kiel Pykett