Skip to content

Debug Toolbar for CakePHP applications 1.3: Updated for PHP 7+

Notifications You must be signed in to change notification settings

littleant/debug_kit-1.3

 
 

Repository files navigation

CakePHP DebugKit for CakePHP 1.3 PHP 7+

DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHP applications.

This version is for the CakePHP 1.3.21 PHP 7+ port!

Installation

  • Clone/Copy the files in this directory into app/plugins/debug_kit
  • Include the toolbar component in your app_controller.php:
    • var $components = array('DebugKit.Toolbar');
  • Set debug mode to at least 1.
  • Make sure to remove the 'sql_dump' element from your layout if you want to experience the awesome that is the debug kit SQL log.

Contributing

Please issue a pull-request if you want to contribute.

About

Debug Toolbar for CakePHP applications 1.3: Updated for PHP 7+

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 77.5%
  • JavaScript 14.2%
  • CSS 5.6%
  • Python 2.7%