Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

YDyachenko/DbQueriesToolbar

Repository files navigation

DbQueriesToolbar

Module providing DB toolbar for the Zend Developer Tools.

Installation

  1. Install the module via composer by running:

    $ composer require --dev ydyachenko/db-queries-toolbar
  2. Add the DbQueriesToolbar module to the module section of your application config.

  3. Enable database profiler:

<?php

return [
    'db' => [
        'profiler' => true,
    ],
];