Skip to content

Commit

Permalink
Docs: adding note to 'Change Available Permissions'
Browse files Browse the repository at this point in the history
According to Discussion #1213
  • Loading branch information
YusufDurmaz authored Nov 1, 2024
1 parent 6726646 commit 9930a5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/quick_start_guide/using_authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ public array $permissions = [
];
```

!!! note

Permissions should be written in lowercase letters. Some functions automatically convert the given permission parameter to lowercase letters, and using uppercase letters may cause compatibility problems.

### Assign Permissions to a Group

Each group can have its own specific set of permissions. These are defined in `Config\AuthGroups::$matrix`. You can specify each permission by it's full name, or using the context and an asterisk (*) to specify all permissions within that context.
Expand Down

0 comments on commit 9930a5a

Please sign in to comment.