2017 © Pedro Peláez
 

cakephp-plugin debug_kit

CakePHP Debug Kit

image

cakephp/debug_kit

CakePHP Debug Kit

  • Saturday, July 14, 2018
  • by cakephp
  • Repository
  • 100 Watchers
  • 854 Stars
  • 2,513,960 Installations
  • PHP
  • 155 Dependents
  • 2 Suggesters
  • 592 Forks
  • 33 Open issues
  • 100 Versions
  • 8 % Grown

The README.md

CakePHP DebugKit

Build Status Coverage Status License Total Downloads, (*1)

DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHP applications. It lets you quickly see configuration data, log messages, SQL queries, and timing data for your application., (*2)

:warning: DebugKit is only intended for use in single-user local development environments. You should avoid using DebugKit in shared development environments, staging environments, or any environment where you need to keep configuration data and environment variables hidden. :warning:, (*3)

Requirements

  • SQLite (pdo_sqlite) or another database driver that CakePHP can talk to. By default DebugKit will use SQLite, if you need to use a different database see the Database Configuration section in the documentation linked below.

For details and older versions see version map., (*4)

Installation

  • Install the plugin with Composer from your CakePHP Project's ROOT directory (where the composer.json file is located)
php composer.phar require --dev cakephp/debug_kit:"^5.0"
// src/Application.php
$this->addPlugin('DebugKit');
  • Set 'debug' => true, in config/app.php.

Is DebugKit not working?

If you don't see a CakePHP icon on the bottom right of your page DebugKit is not be working correctly. Some common problems are:, (*5)

  1. Your PHP environment doesn't have SQLite installed. Check your application logs to confirm if this happening. You can either configure DebugKit to use a different database, or install the PDO SQLite 3 extension.
  2. Your hostname needs to be added to the DebugKit.safeTld. If your local domain isn't a known development environment name, DebugKit will disable itself to protect a potentially non-development environment.
  3. If you are using the Authorization Plugin you need to set DebugKit.ignoreAuthorization to true in your config.

Reporting Issues

If you have a problem with DebugKit please open an issue on GitHub., (*6)

Contributing

If you'd like to contribute to DebugKit, check out the roadmap for any planned features. You can fork the project, add features, and send pull requests or open issues., (*7)

Documentation

Documentation for DebugKit can be found in the CakePHP documentation., (*8)

Panels

Panels by other plugins: - L10n by Setup plugin to show current localization for Date, DateTime, Time objects/values., (*9)

The Versions

18/04 2018

2.2.x-dev

2.2.9999999.9999999-dev https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

The Development Requires

debug cakephp kit

18/04 2018

2.2.8

2.2.8.0 https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

The Development Requires

debug cakephp kit

03/03 2018

2.2.7

2.2.7.0 https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

The Development Requires

debug cakephp kit

13/09 2015

2.2.6

2.2.6.0 https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

debug cakephp kit

30/06 2015
26/06 2015
07/06 2015
29/05 2015
17/05 2015
11/05 2015
10/05 2015
26/04 2015
19/04 2015
22/03 2015
22/11 2014

3.0.0-beta2

3.0.0.0-beta2 https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

The Development Requires

debug cakephp kit

22/11 2014

2.2.5

2.2.5.0 https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

debug cakephp kit

28/09 2014

3.0.0-beta

3.0.0.0-beta https://github.com/cakephp/debug_kit

CakePHP Debug Kit

  Sources   Download

MIT

The Requires

 

The Development Requires

debug cakephp kit