xtcat/laravel-dbal-debugbar-extension

Laravel debugbar extension to show dbal queries

v1.0.0 2017-10-28 11:46 UTC

This package is not auto-updated.

Last update: 2024-04-18 17:04:59 UTC


README

When your project is using dbal as a database layer, this small extension will show all queries.

alt text

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!