From e4cb61565cfbdc5998bb0417423bb8b3ebb16989 Mon Sep 17 00:00:00 2001 From: Zachary Claret-Scott Date: Sat, 18 Nov 2023 18:07:51 +0000 Subject: [PATCH] Updated readme to include registering plugin --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d09452c..2ad2b1b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,17 @@ return [ ]; ``` + +Add the plugin to your panel plugins array + +```php +$panel + ->plugins([ + DebuggerPlugin::make(), + ]); +``` + + ## Debuggers This package comes with first party Laravel packages for development and monitoring your Laravel application.