2017 © Pedro Peláez
 

cakephp-plugin cakephp-pretty-debug

CakePHP 2.x plugin to make debug toolbar pretty

image

chinpei215/cakephp-pretty-debug

CakePHP 2.x plugin to make debug toolbar pretty

  • Monday, June 4, 2018
  • by chinpei215
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Software License, (*1)

PrettyDebug Plugin for CakePHP 2.x

Image, (*2)

Requirements

  • CakePHP 2.x
  • CakePHP DebugKit plugin

Installation

See the How to Install Plugins in the CakePHP documentation for general help., (*3)

  • Put the PrettyDebug directory into your plugin directory or install the plugin with Composer from the directory where your composer.json file is located:
php composer.phar require chinpei215/cakephp-pretty-debug
  • Load the plugin in your app/Config/bootstrap.php file:
CakePlugin::load('PrettyDebug');
  • And enable the component in your controllers or in your app/Controller/AppController.php:
class AppController extends Controller {
    public $components = array(
        'DebugKit.Toolbar',
        'PrettyDebug.PrettyDebug',
    );
}

The Versions

04/06 2018

dev-master

9999999-dev https://github.com/chinpei215/cakephp-pretty-debug

CakePHP 2.x plugin to make debug toolbar pretty

  Sources   Download

MIT

The Requires

 

debug cakephp

04/06 2018

0.1.1

0.1.1.0 https://github.com/chinpei215/cakephp-pretty-debug

CakePHP 2.x plugin to make debug toolbar pretty

  Sources   Download

MIT

The Requires

 

debug cakephp