farior / module-layout-structure
Layout structure visualization module
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 2
Type:magento2-module
Requires
- php: ~5.6.0|7.0.2|~7.0.6
- magento/framework: *
This package is not auto-updated.
Last update: 2024-12-16 15:23:43 UTC
README
Layout structure visualization module for magento 2
Module was made for development purposes only, Never use in production!
Install by composer
-
Enter following command from project root folder
composer require farior/module-layout-structure
-
Enable module
php bin/magento module:enable Farior_LayoutStructure php bin/magento setup:upgrade
Install by copying
- Download and place files under
app/code/Farior/LayoutStructure/
folder, then enable module