Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-dbal-debugbar-extension maintained by xtcat

Description
Laravel debugbar extension to show dbal queries
Author
Last update
2017/10/28 13:46 (dev-master)
License
Links
Downloads
26

Comments
comments powered by Disqus

Laravel debugbar dbal extension

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!