Skip to content

Commit

Permalink
Update packages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Jul 28, 2023
1 parent 88f0d9c commit 9c39641
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ public function boot(Dashboard $dashboard)

In the `boot` method of your service provider, you can define permissions for your package. Specify the group name, permission key, and description. The `Dashboard` class is injected to register the permissions.


## Publish Resource

// ...

## Layouts

The `Layouts` class is grouping several ones; to add a new feature to it, it is enough to specify it in the service provider as:
Expand Down

0 comments on commit 9c39641

Please sign in to comment.