| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
⚠️ 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. ⚠️
For details and older versions see version map.
php composer.phar require --dev cakephp/debug_kit:"^5.0"bin/cake plugin load DebugKit --only-debug
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:
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.
Panels by other plugins:
| Back | FazBrowse Home | New Git URL |