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

Latest commit

 

History

History
24 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 471 Bytes

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,
    ],
];