bennoislost / magento-developer-meta
Tooling for Magento development
Installs: 2 061
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- aoepeople/aoe_templatehints: ^0.4.3
- madalinoprea/magneto-debug: ^1.8.1
Requires (Dev)
- aydin-hassan/magento-core-composer-installer: ~1.0
- magento-hackathon/magento-composer-installer: ^3.0.5
- magento/core: 1.9.2.3
This package is auto-updated.
Last update: 2024-12-20 03:07:14 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.
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 loggingoepeople/aoe_templatehints
- Removedev/restrict/allow_ips
config path or set correctly & depending on your projects Magento Composer Module install type setdev/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.