Skip to content

china-zf/ZendDeveloperTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Module for developer and debug tools for working with the ZF2 MVC layer.

Resources

License

Stars

0 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 69.1%
  • HTML 23.4%
  • CSS 4.3%
  • JavaScript 3.2%