From c7d5027dcca1b1a27dd1f268c1201c635481d89b Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 15 Jun 2024 22:00:16 +0000 Subject: [PATCH] Cake5 upgrades --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0dfeff..3ad52f6 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Additional lists you might find useful: ## Debugging *Plugins for debugging and local development.* -- [AssociationsDebugger plugin](https://github.com/zunnu/associations-debugger) - A plugin that draws your model associations as diagram. +- 🍰 [AssociationsDebugger plugin](https://github.com/zunnu/associations-debugger) - A plugin that draws your model associations as diagram. - 🍰 [CakephpWhoops plugin](https://github.com/dereuromark/cakephp-whoops) - PHP errors and exceptions for cool kids with [filp/whoops](https://github.com/filp/whoops). - 🍰 [DebugKit plugin](https://github.com/cakephp/debug_kit) - The de-facto standard for debugging. - [Execution order](https://github.com/dereuromark/executionorder) - A demo app to display the execution order of files, methods and callbacks.