28/10
2017
Wallogit.com
2017 © Pedro Peláez
Laravel debugbar extension to show dbal queries
When your project is using dbal as a database layer, this small extension will show all queries., (*1)
, (*2)
Require this package with composer. It is recommended to only require the package for development., (*3)
composer require xtcat/laravel-dbal-debugbar-extension --dev
Add the following line to your service provider list (app.php):, (*4)
\Xtcat\LaravelDbalDebugbarExtension\LaravelDbalDebugbarExtensionServiceProvider::class
The new tab will be enabled when APP_DEBUG is true., (*5)
Enjoy!, (*6)