xtcat/laravel-dbal-debugbar-extension
Composer 安装命令:
composer require xtcat/laravel-dbal-debugbar-extension
包简介
Laravel debugbar extension to show dbal queries
README 文档
README
When your project is using dbal as a database layer, this small extension will show all queries.
How to use
Require this package with composer. It is recommended to only require the package for development.
composer require xtcat/laravel-dbal-debugbar-extension --dev
Add the following line to your service provider list (app.php):
\Xtcat\LaravelDbalDebugbarExtension\LaravelDbalDebugbarExtensionServiceProvider::class
The new tab will be enabled when APP_DEBUG is true.
Enjoy!
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-28
