xtcat / laravel-dbal-debugbar-extension
Laravel debugbar extension to show dbal queries
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xtcat/laravel-dbal-debugbar-extension
Requires
- php: >=7
This package is not auto-updated.
Last update: 2025-10-02 23:37:13 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!