Replies: 1 comment 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I want to select user list with only just role name without any extra info about role, how i can do it?
When i use
User::with('roles')->get();
i get extra info like: guard_name, created_at, pivot and etc. i Just need role nameBeta Was this translation helpful? Give feedback.
All reactions