Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pykettk/layout-debug

A Magento 2 development tool to help developers debug issues with their layout files.
https://github.com/pykettk/layout-debug

magento magento-debug magento-developer-tools magento-development magento-extension magento-extension-free magento-layout magento-module magento-module-free magento-theme magento2 magento2-debug magento2-developer-tools magento2-development magento2-extension magento2-extension-free magento2-layout magento2-module magento2-module-free magento2-theme

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

![](https://i.imgur.com/Yt3Yzgq.png)

element119 | Layout Debug

![status](https://img.shields.io/badge/status-active-5fc238.svg)
![github release](https://img.shields.io/github/v/release/pykettk/layout-debug?color=ffbf00&label=version)
![github release date](https://img.shields.io/github/release-date/pykettk/layout-debug?color=8b32a8&label=last%20release)
![magento](https://img.shields.io/badge/Magento-2.3.*-ec6611.svg)
![php](https://img.shields.io/badge/PHP->=7.0-5870c7.svg)
![license](https://img.shields.io/badge/license-MIT-ff00dd.svg)
![packagist downloads](https://img.shields.io/packagist/dt/element119/layout-debug?color=ff0000)

---

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/pykettk)

---

## 📝 Table of Contents
- [Requirements](#%EF%B8%8F-requirements)
- [Installation](#-installation)
- [Updating](#-updating)
- [Uninstallation](#-uninstallation)
- [Features](#%EF%B8%8F-features)
- [User Guide](#-user-guide)


## ⛓️ Requirements
- Magento 2.3.*
- PHP >=7.0


## 🔌 Installation
Run the following command to *install* this module:
```bash
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:
```bash
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:
```bash
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