Stars: 853
Forks: 577
Pull Requests: 621
Issues: 336
Watchers: 80
Last Updated: 2023-09-16 17:35:56
Debug Toolbar for CakePHP applications.
License: Other
Languages: PHP, CSS, JavaScript, Dockerfile, Hack
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.
For details and older versions see version map.
php composer.phar require --dev cakephp/debug_kit:"^4.0"
// src/Application.php
$this->addPlugin('DebugKit');
'debug' => true,
in config/app.php
.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:
DebugKit.safeTld
. If your local
domain isn't a known development environment name, DebugKit will disable
itself to protect a potentially non-development environment.If you have a problem with DebugKit please open an issue on GitHub.
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.
Documentation for DebugKit can be found in the CakePHP documentation.