Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sudippalash committed Jan 12, 2024
1 parent 3e19a00 commit 33c0470
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ This is the contents of the published config file `config/role-creator.php`:
'route_name' => 'user.roles',
'route_prefix' => 'user/roles',
'middleware' => [],

/*
|--------------------------------------------------------------------------
| Role & Permission Name Pretty Print
|--------------------------------------------------------------------------
|
| You can set the delimiter to separate your role/permission name for pretty preview
| Example: array('-', '_', '=', '|', '/')
|
*/

'role_permission_name_separator' => ['-', '_'],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 33c0470

Please sign in to comment.