vpietri/adm-quickdevbar
Composer 安装命令:
composer require --dev vpietri/adm-quickdevbar
包简介
QuickDevBar is a developer toolbar for magento 2
README 文档
README
Table of Content
Overview
✨ With the vanilla javascript refactoring comes the compatibility with Hyvä and Breeze themes.
🎁 Till compatible with Full page cache and fit coding standard ✨ Functionalities like VarDumper are unforced and SQL profiler backtrace is only on demand. See more Changelog .
Requirement
Supported versions: Magento 2.4.x till 2.4.8 but should work with lower version. See composer.json for other requirements.
About
Hope this debug toolbar can speed up Magento2 development module. Any feedback and idea to improve this toolbar will be appreciated 🍻 so get in touch via the issue tracker on GitHub. Feel free to fork and pull request. The structure of this toolbar is extremely simple you just need to add a new block in the layout to get your tab running.
Panels
- Info : Main informations about controller, route, action and store. Search on core config data. Dedicated tab output for local and global phpinfo.
- Design : List handles called and display layout structure of nested blocks and containers
- Profile : View current observers, all events dispatched, collections and models loaded, plugins instanciated, preferences, cache hits
- Queries : Statistics about executed queries and detailed query listing with syntax highlighting of main SQL keywords
- Logs : Display log files with ability to reset these files
- Dump : Catch all dump() in code, identify inline js script non compliant with CSP
- Actions : Easily toggle template hints and inline translation and flush cache
- Translation : Quickly see module, pack,theme and DB translations
- Help : Show module version and link to github
Screenshots
Installation
Manual
- Download zip file of the last version of this extension under release tab
- Extract files in the Magento root directory in the folder app/code/ADM/QuickDevBar
- Enable the extension
php bin/magento --clear-static-content module:enable ADM_QuickDevBar
- Upgrade Magento setup
php bin/magento setup:upgrade
Composer
In the Magento root directory
- Install the module
composer require vpietri/adm-quickdevbar --dev
php bin/magento module:enable ADM_QuickDevBar
php bin/magento setup:upgrade
Modman
In the Magento root directory
- Install the module
modman clone git@github.com:vpietri/magento2-developer-quickdevbar.git
php bin/magento module:enable ADM_QuickDevBar
php bin/magento setup:upgrade
Setup
The toolbar is displayed by default if your web server is on your local development environment.
You can force activation via command line
php bin/magento dev:quickdevbar:enable
and activate full sql backtrace
php bin/magento dev:quickdevbar:enable --sql-profiler
Or via the standard configuration in the Advanced/Developer/Quick dev bar section.
If you do not see the toolbar you should either force activation by filling your IP in the field "Allowed IPs" and fill a matching pattern of you user-agent in the field "Allowed user-agent pattern" if it's needed.

URI File to IDE
(Beta) In PhpStorm you can use IDE Remote Control to open file
https://plugins.jetbrains.com/plugin/19991-ide-remote-control
Sponsors
Add your logo on Github Sponsors
Documentation
- Changelog
You can extend this toolbar with your own tabs, a sample module is available.(refactoring coming soon)
Credits
vpietri/adm-quickdevbar 适用场景与选型建议
vpietri/adm-quickdevbar 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 359.32k 次下载、GitHub Stars 达 577, 最近一次更新时间为 2015 年 12 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「debug」 「toolbar」 「profiler」 「developer」 「dev」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 vpietri/adm-quickdevbar 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 vpietri/adm-quickdevbar 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 vpietri/adm-quickdevbar 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
g4 application profiler package
Expand, collapse, change the status of, or delete multiple blocks in a Matrix field simultaneously.
Debug your SimpleBus EventBus and CommandBus
nice output for debug functions for PHP 5.3
Analysis module for finding problematical shop data.
Twig extensions for Tracy Debugger
统计信息
- 总下载量: 359.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 578
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2015-12-04




