Skip to content
New issue

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

bouncer ability create command added #602

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hafijul233
Copy link

while using Bouncer package for a multi-tenant role and permission control on a project, I faced that bouncer may need the ability to create and assign to a role commands to help with role permission setting.
So I made a laravel artisan command that can create an ability and assign to a role
Feature 1: create just an ability
Feature 2: create ability and assign to multiple role(s) using the --role option
Feature 3: Create an ability using multiple scopes using the --scope option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant