xtcat / laravel-dbal-debugbar-extension
Laravel debugbar extension to show dbal queries
v1.0.0
2017-10-28 11:46 UTC
Requires
- php: >=7
This package is not auto-updated.
Last update: 2024-11-14 19:25:22 UTC
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!