We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a separate seeder class for Taxonomy permission in database/seeders/Roles/TaxonomyRoleSeeder.php. Use updateOrCreate method for creations.
database/seeders/Roles/TaxonomyRoleSeeder.php
updateOrCreate
Add the following permissions for the Taxonomy Manager role:
Under user.taxonomy,
type: User::TYPE_USER
name: 'user.taxonomy.editor'
description: Taxonomy Editor Permission
name: 'user.taxonomy.viewer'
description: Taxonomy Viewer Permission
Assign the permission to the below users:
Assign the Permissions to the route level as well as into the views based on the edit/read permission levels.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a separate seeder class for Taxonomy permission in
database/seeders/Roles/TaxonomyRoleSeeder.php
. UseupdateOrCreate
method for creations.Role
Permissions
Add the following permissions for the Taxonomy Manager role:
Under user.taxonomy,
type: User::TYPE_USER
name: 'user.taxonomy.editor'
description: Taxonomy Editor Permission
type: User::TYPE_USER
name: 'user.taxonomy.viewer'
description: Taxonomy Viewer Permission
Roles
Assign the permission to the below users:
Assign the Permissions to the route level as well as into the views based on the edit/read permission levels.
The text was updated successfully, but these errors were encountered: