Skip to content

Commit

Permalink
Updated readme to include registering plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hcaz authored Nov 18, 2023
1 parent afb12a1 commit e4cb615
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 e4cb615

Please sign in to comment.