Skip to content

Commit

Permalink
Add default config for GUI routes prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bynicolas authored Oct 25, 2021
1 parent 57d0b56 commit 68fb4bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/config/roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
'permissionsTable' => env('ROLES_PERMISSIONS_DATABASE_TABLE', 'permissions'),
'permissionsRoleTable' => env('ROLES_PERMISSION_ROLE_DATABASE_TABLE', 'permission_role'),
'permissionsUserTable' => env('ROLES_PERMISSION_USER_DATABASE_TABLE', 'permission_user'),

/*
|--------------------------------------------------------------------------
| GUI routes custom prefix
|--------------------------------------------------------------------------
|
| Here you can add custom prefix to web routes accessing the GUI CRUD
| interface.
|
*/

'GUIRoutesPrefix' => env('ROLES_GUI_ROUTES_PREFIX', ''),

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

0 comments on commit 68fb4bf

Please sign in to comment.