How to get list of all user with each roles #1678
-
hai, im newbie for spatie laravel permission, as i mention on the title, i dont know how to get list of user with each roles Name | Username | Role as far as i tried, only get the name and username, i dont know how to get roles and display it in 1 table thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unlike a username, users can have more than one role, so you'll need to deal with the collection.
These are all Eloquent features, so normal Laravel Eloquent capabilities exist. |
Beta Was this translation helpful? Give feedback.
Unlike a username, users can have more than one role, so you'll need to deal with the collection.
These are all Eloquent features, so normal Laravel Eloquent capabilities exist.
See https://spatie.be/docs/laravel-permission/v4/basic-usage/basic-usage#eloquent