library zfc-user-rdt
Bridge between ZfcUser and RoaveDeveloperTools.
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
ZfcUserRDT
Introduction
This module adds debug information from ZfcUser to RoaveDeveloperTools., (*1)
Dependencies
Installation
Main Setup
With composer
-
Add this project in your composer.json:, (*2)
"require": {
"eye4web/zfc-user-rdt": "dev-master"
}
-
Now tell composer to download ZfcUserRDT by running the command:, (*3)
$ php composer.phar update
Post installation
-
Enable it in your application.config.php file after RoaveDeveloperTools, (*4)
<?php
return array(
'modules' => array(
// ...
'Roave\DeveloperTools',
'Eye4web\ZfcUserRDT',
),
// ...
);