dev-master
9999999-dev https://www.yireo.com/software/magento-extensions/xmllayouthintsShow XML layout names within frontend
OSL-3.0
The Requires
- php >=5.4.0
The Development Requires
by Jisse Reitsma (Yireo)
composer-installer magento
Show XML layout names within frontend
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)
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)
Show XML layout names within frontend
OSL-3.0
composer-installer magento