Config
class Config
Methods
Get the config repository.
Get the permission registrar.
Determine if teams are enabled.
Ensure teams are enabled.
No description
Get the model_has_roles table name.
Get the model_has_permissions table name.
Get the role_has_permissions table name.
Get the roles table name.
Get the permissions table name.
Get the model morph key column.
Get the team foreign key column.
Get the default model class for raw permission assignments.
Get the default auth guard name.
No description
No description
Determine if permission events are enabled.
Determine if Passport client credentials should be checked.
Determine if role names should be shown in exceptions.
Determine if permission names should be shown in exceptions.
Determine if wildcard permissions are enabled.
No description
Details
at line 21
static protected Repository
repository()
Get the config repository.
at line 29
static protected PermissionRegistrar
registrar()
Get the permission registrar.
at line 37
static bool
teamsEnabled()
Determine if teams are enabled.
at line 45
static void
ensureTeamsEnabled()
Ensure teams are enabled.
at line 55
static string
teamModel()
No description
at line 71
static string
modelHasRolesTable()
Get the model_has_roles table name.
at line 79
static string
modelHasPermissionsTable()
Get the model_has_permissions table name.
at line 87
static string
roleHasPermissionsTable()
Get the role_has_permissions table name.
at line 95
static string
rolesTable()
Get the roles table name.
at line 103
static string
permissionsTable()
Get the permissions table name.
at line 111
static string
morphKey()
Get the model morph key column.
at line 119
static string
teamForeignKey()
Get the team foreign key column.
at line 129
static string|null
defaultModel()
Get the default model class for raw permission assignments.
at line 137
static string
defaultGuard()
Get the default auth guard name.
at line 145
static string
roleModel()
No description
at line 153
static string
permissionModel()
No description
at line 161
static bool
eventsEnabled()
Determine if permission events are enabled.
at line 169
static bool
usePassportClientCredentials()
Determine if Passport client credentials should be checked.
at line 177
static bool
displayRoleInException()
Determine if role names should be shown in exceptions.
at line 185
static bool
displayPermissionInException()
Determine if permission names should be shown in exceptions.
at line 193
static bool
wildcardPermissionsEnabled()
Determine if wildcard permissions are enabled.
at line 201
static string
wildcardPermissionClass()
No description