bennoislost/magento-developer-meta

Tooling for Magento development

2.0.0 2017-10-23 15:32 UTC

This package is auto-updated.

Last update: 2024-04-20 01:37:06 UTC


README

Install valuable Magento 1.x development tools with this meta package.

Meta Package?

An empty package that contains requirements and will trigger their installation, but contains no files and will not write anything to the filesystem. As such, it does not require a dist or source key to be installable.

Composer Schema Types

Install

With the Magento Composer Installer Via Packagist

composer.phar require bennoislost/magento-developer-meta

Some packages may require you to add the "Firegento" repository to your projects composer.json

composer.phar config repositories.firegento composer https://packages.firegento.com

See https://github.com/Cotya/magento-composer-installer for common installation problems.

Some packages may require running of setup or config resources for a full installation....

  • madalinoprea/magneto-debug - Setup resource for additional query logging
  • oepeople/aoe_templatehints - Remove dev/restrict/allow_ips config path or set correctly & depending on your projects Magento Composer Module install type set dev/template/allow_symlink to 1.

If you are not familiar with these tools please see the related package repository for installation instructions and FAQ's.

Tools

AOEpeople - Advanced Template Hints

Aoe_TemplateHints extends the default Magento "Template Hints" developer functionality by adding more information for each block.

https://github.com/AOEpeople/Aoe_TemplateHints

http://fbrnc.net/blog/2012/10/magento-advanced-template-hints-20

Mario Oprea - Magento Debug

This repository represents an extension for Magento 1.x that offers a developer debug toolbar. The idea came from robhudson's django-debug-toolbar. Latest version is based on Symfony's WebProfilerBundle UI.

https://github.com/madalinoprea/magneto-debug

Contribution

If you would like to add / remove a package, please submit a Pull Request.