Skip to content

Commit

Permalink
Merge pull request #1216 from YusufDurmaz/develop
Browse files Browse the repository at this point in the history
docs: adding note to 'Change Available Permissions'
  • Loading branch information
datamweb authored Nov 1, 2024
2 parents 6726646 + 9930a5a commit ac6f8fb
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 ac6f8fb

Please sign in to comment.