Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pykettk/layout-debug
- Owner: pykettk
- License: mit
- Created: 2020-01-01T03:41:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T12:47:19.000Z (over 4 years ago)
- Last Synced: 2024-03-29T11:22:07.259Z (8 months ago)
- Topics: 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
- Language: PHP
- Homepage: https://packagist.org/packages/element119/layout-debug
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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