Skip to content

Eye4web/ZfcUserRDT

Repository files navigation

ZfcUserRDT

Introduction

This module adds debug information from ZfcUser to RoaveDeveloperTools.

Dependencies

Installation

Main Setup

With composer

  1. Add this project in your composer.json:

    "require": {
        "eye4web/zfc-user-rdt": "dev-master"
    }
  2. Now tell composer to download ZfcUserRDT by running the command:

    $ php composer.phar update

Post installation

  1. Enable it in your application.config.php file after RoaveDeveloperTools

    <?php
    return array(
        'modules' => array(
            // ...
            'Roave\DeveloperTools',
            'Eye4web\ZfcUserRDT',
        ),
        // ...
    );

About

Adds ZfcUser debug information to RoaveDeveloperTools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages