jeremykenedy / laravel-users

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding role and permission management

ffuentese opened this issue · comments

I'm using this package along with laravel-roles and i'd like to be able to manage both users and roles/permissions from this website. Is it already possible or has anyone else integrated it with role/permission management?

Can you elaborate more on this please?

Are you talking about a GUI/API to add roles and permissions and set up those relationships without a seed?

That is something I have been rolling around in my head for a while for roles packages but I have not had the time. The roles package currently has no GUI or API with it so I have been contemplating doing something like for that package.

Yeah, basically a GUI that allows us to create/list/update/delete roles, create/list/update/delete permissions and manage them along with what we can already do which is user management. Maybe should I add the same issue in laravel roles?

It's not really an issue, it's more of a feature request. It would be something that would be added to the roles package and extended to this project. Currently, I am not sure when I would have time to create that.

Thanks,