2017 © Pedro PelĂĄez
 

library zfc-user-rdt

Bridge between ZfcUser and RoaveDeveloperTools.

image

eye4web/zfc-user-rdt

Bridge between ZfcUser and RoaveDeveloperTools.

  • Sunday, April 27, 2014
  • by Danielss89
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ZfcUserRDT

Introduction

This module adds debug information from ZfcUser to RoaveDeveloperTools., (*1)

Dependencies

Installation

Main Setup

With composer

  1. Add this project in your composer.json:, (*2)

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

    $ php composer.phar update
    

Post installation

  1. Enable it in your application.config.php file after RoaveDeveloperTools, (*4)

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

The Versions

27/04 2014

dev-master

9999999-dev https://github.com/Eye4web/ZfcUserRDT

Bridge between ZfcUser and RoaveDeveloperTools.

  Sources   Download

MIT

The Requires

 

debug module zfcuser zendframework developer eye4web

27/04 2014

dev-inspection-fix

dev-inspection-fix https://github.com/Eye4web/ZfcUserRDT

Bridge between ZfcUser and RoaveDeveloperTools.

  Sources   Download

MIT

The Requires

 

debug module zfcuser zendframework developer eye4web