- Notifications
You must be signed in to change notification settings - Fork571
Debug Toolbar for CakePHP applications.
License
cakephp/debug_kit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHPapplications. It lets you quickly see configuration data, log messages, SQLqueries, and timing data for your application.
- SQLite (pdo_sqlite) or another database driver that CakePHP can talk to. Bydefault 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 seeversion map.
- Install the plugin withComposer from your CakePHP Project's ROOT directory (where thecomposer.json file is located)
php composer.phar require --dev cakephp/debug_kit:"^5.0"bin/cake plugin load DebugKit --only-debugIf you don't see a CakePHP icon on the bottom right of your page DebugKit is not beworking correctly. Some common problems are:
- Your PHP environment doesn't have SQLite installed. Check your applicationlogs to confirm if this happening. You can either configure DebugKit to usea different database, or install the PDO SQLite 3 extension.
- Your hostname needs to be added to the
DebugKit.safeTld. If your localdomain isn't a known development environment name, DebugKit will disableitself to protect a potentially non-development environment. - If you are using theAuthorization Pluginyou need to set
DebugKit.ignoreAuthorizationtotruein your config.
If you have a problem with DebugKit please open an issue onGitHub.
If you'd like to contribute to DebugKit, check out theroadmap for anyplanned features. You canforkthe project, add features, and sendpullrequests or openissues.
Documentation for DebugKit can be found in theCakePHP documentation.
Panels by other plugins:
L10nbySetup plugin to show current localization for Date, DateTime, Time objects/values.TwigbyTwig plugin to list all templates.
About
Debug Toolbar for CakePHP applications.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.