user management with roles
Hi im just starting with filament, how i can create a user management system with roles theres any plugin? thank you
10 Replies
#bezhansalleh-shield
hi thats for roles, but not user management , which you recommend me for users?
I'm not sure I understand. What do you mean by "user management"? To me, a simple UserResource is already a form of user management, and adding the shield just builds on that.
a page where i can manage users, create, edit , delete, set roles,
You can create a Filament resource called "UserResource" to achieve that.
Solution
woh nice, then i need to do something to enable or add options to set roles inside right with the shield plugin
Yes, but Shield goes deeper because it lets you set permissions for all CRUD actions. If you just want a basic role system, you could create one yourself, or maybe check if there's already a plugin for it on the Filament website.
Filament
Plugins - Filament
Community made packages for Filament projects, which give you access to awesome new features.
https://github.com/hexters/hexa-lite @agaitan026
GitHub
GitHub - hexters/hexa-lite: Effortless role and permission manageme...
Effortless role and permission management plugin for Filament - hexters/hexa-lite
nice thank you