Can I define __construct middleware in Database? good practice or bad? #2181
Unanswered
ArsalanSiddique
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to define methods name in the database like,
Role A has permission A and Mehod A in controller
Role A has Permisson B and Method B in controller.
currently we define things like this but I don't want to manage them dynamically from backend dashboard.
Do guy suggest me any Idea to mange these middleware dynamically?
Beta Was this translation helpful? Give feedback.
All reactions