Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.69 KB

Zend Developer Tools

Build Status

Module providing debug tools for use with zend-mvc applications.

Installation

  1. Install the module via composer by running:

    $ composer require --dev zendframework/zend-developer-tools

    or download it directly from github and place it in your application's module/ directory.

  2. Add the ZendDeveloperTools module to the module section of your config/application.config.php. Starting with version 1.1.0, if you are using zend-component-installer, this will be done for you automatically.

  3. Copy ./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist to ./config/autoload/zenddevelopertools.local.php. Change any settings in it according to your needs.

Extensions