2017 © Pedro Peláez
 

magento-module yireo-xmllayouthints

Show XML layout names within frontend

image

yireo/yireo-xmllayouthints

Show XML layout names within frontend

  • Thursday, August 17, 2017
  • by jissereitsma
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yireo XmlLayoutHints

Installation

You can install this module in various ways:, (*1)

1) Download the MagentoConnect package from our site and upload it into your own Magento Downloader application., (*2)

2) Download the Magento source archive from our site, extract the files and upload the files to your Magento root. Make sure to flush the Magento cache. Make sure to logout once you're done., (*3)

3) Use modman to install the git repository for you:, (*4)

modman init
modman clone https://github.com/yireo/Yireo_XmlLayoutHints
modman update Yireo_XmlLayoutHints

4) Use composer. See below., (*5)

Instructions for using composer

Use composer to install this extension. First make sure to initialize composer with the right settings:, (*6)

composer -n init
composer install --no-dev

Next, modify your local composer.json file:, (*7)

{
    "require": {
        "yireo/magento1-xmllayouthints": "dev-master",
        "magento-hackathon/magento-composer-installer": "*"
    },    
    "repositories":[
        {
            "type":"composer",
            "url":"https://packages.firegento.com"
        },
        {
            "type":"composer",
            "url":"https://satis.yireo.com"
        }
    ],
    "extra":{
        "magento-root-dir":"/path/to/magento",
        "magento-deploystrategy":"copy"           
    }
}

Make sure to set the magento-root-dir properly. Test this by running:, (*8)

composer update --no-dev

Done., (*9)

The Versions

17/08 2017

dev-master

9999999-dev https://www.yireo.com/software/magento-extensions/xmllayouthints

Show XML layout names within frontend

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento