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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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