From c9cb28d5ee6f657fcc48440f38db8bbd140bef83 Mon Sep 17 00:00:00 2001 From: arhimede Date: Tue, 2 Jul 2024 10:24:16 +0300 Subject: [PATCH] added Dotkernel integration (#659) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d84dc770..6a05258b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ Integrations with other frameworks: - [Joomla](https://github.com/joomla/joomla-cms/blob/4.0-dev/plugins/system/debug/debug.php) - [Drupal](https://www.drupal.org/project/debugbar) - [October CMS](https://github.com/rainlab/debugbar-plugin) - - Framework-agnostic middleware and PSR-7 with [php-middleware/phpdebugbar](https://github.com/php-middleware/phpdebugbar). + - Framework-agnostic middleware and PSR-7 with [php-middleware/phpdebugbar](https://github.com/php-middleware/phpdebugbar) + - [Dotkernel Frontend Application](https://github.com/dotkernel/dot-debugbar) *(drop me a message or submit a PR to add your DebugBar related project here)*