How can I disable collect model data? #2049
Unanswered
benfiratkaya
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Yes, you can |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's because you don't undestand how laravel guards works |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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 don't want to collect model_type and guard_name. I don't think this is good database design.
I design database for permissions like this:
roles:
permissions:
role_permission:
user_roles:
user_permissions:
Can I design laravel-permissions based on this database?
Beta Was this translation helpful? Give feedback.
All reactions