Skip to content

Commit

Permalink
Merge pull request #20 from hcaz/patch-1
Browse files Browse the repository at this point in the history
Updated readme to include registering plugin
  • Loading branch information
stephenjude authored Nov 18, 2023
2 parents afb12a1 + e4cb615 commit b905de0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b905de0

Please sign in to comment.