bennoislost / magento-developer-meta
用于 Magento 开发的工具
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-09-20 02:28:40 UTC
README
使用此元包安装有价值的 Magento 1.x 开发工具。
元包?
一个空的包,包含需求并会触发它们的安装,但包含没有文件,并且不会写入文件系统。因此,它不需要分发或源密钥即可安装。
安装
通过 Packagist 的 Magento Composer 安装程序安装
composer.phar require bennoislost/magento-developer-meta
某些包可能需要您将 "Firegento" 仓库添加到项目的 composer.json
composer.phar config repositories.firegento composer https://packages.firegento.com
有关常见安装问题的信息,请参阅 https://github.com/Cotya/magento-composer-installer
某些包可能需要在完全安装之前运行设置或配置资源...
madalinoprea/magneto-debug
- 用于额外查询记录的设置资源oepeople/aoe_templatehints
- 删除dev/restrict/allow_ips
配置路径或设置正确,并根据您的项目 Magento Composer 模块安装类型将dev/template/allow_symlink
设置为 1。
如果您不熟悉这些工具,请参阅相关包仓库以获取安装说明和常见问题解答。
工具
AOEpeople - 高级模板提示
Aoe_TemplateHints
通过为每个块添加更多信息,扩展了默认的 Magento "模板提示" 开发者功能。
https://github.com/AOEpeople/Aoe_TemplateHints
http://fbrnc.net/blog/2012/10/magento-advanced-template-hints-20
Mario Oprea - Magento 调试
此存储库代表一个针对 Magento 1.x 的扩展,它提供开发者调试工具栏。这个想法来自 robhudson 的 django-debug-toolbar。最新版本基于 Symfony 的 WebProfilerBundle UI。
https://github.com/madalinoprea/magneto-debug
贡献
如果您想添加/删除一个包,请提交一个 Pull Request。