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.