Module providing DB toolbar for the Zend Developer Tools.
-
Install the module via composer by running:
$ composer require --dev ydyachenko/db-queries-toolbar
-
Add the
DbQueriesToolbar
module to the module section of your application config. -
Enable database profiler:
<?php
return [
'db' => [
'profiler' => true,
],
];