cheack/debugbar-doctrine
最新稳定版本:1.1.0
Composer 安装命令:
composer require cheack/debugbar-doctrine
包简介
Laravel Debugbar integration for Doctrine DBAL with query logging and performance profiling support
README 文档
README
A package that provides Doctrine DBAL middleware integration with Laravel Debugbar for query logging and performance profiling.
Installation
Install the package via Composer:
composer require cheack/debugbar-doctrine
Usage
- Register the middleware in your Doctrine configuration (
config/doctrine.php):
'managers' => [ 'default' => [ ... 'middlewares' => [ \Cheack\DebugbarDoctrine\Middleware\Middleware::class, ], ], ],
- The middleware will automatically start logging your Doctrine queries to Laravel Debugbar.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 2.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04