Skip to content

Module for developer and debug tools for use with laminas-mvc applications.

License

Notifications You must be signed in to change notification settings

Xerkus/laminas-developer-tools

 
 

Repository files navigation

Laminas Developer Tools

Build Status Coverage Status

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

Installation

  1. Install the module via composer by running:

    $ composer require --dev laminas/laminas-developer-tools

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

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

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

Extensions

About

Module for developer and debug tools for use with laminas-mvc applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 68.5%
  • HTML 24.2%
  • CSS 4.2%
  • JavaScript 3.1%