bezhanSalleh / filament-shield

The easiest and most intuitive way to add access management to your Filament Admin Resources, Pages & Widgets through `spatie/laravel-permission`
MIT License
1.35k stars 166 forks source link

Seeking Guidance: Centralized Role and Permission Management #392

Open abbasmashaddy72 opened 1 month ago

abbasmashaddy72 commented 1 month ago

Hello,

First off, thank you for creating such an invaluable tool for managing roles and permissions. It's been a great asset to our project.

I am currently trying to find a way to centralize all role and permission management in one place, but it seems this functionality isn't available at the moment.

Moreover, after enabling all discovery options (discover_all_resources, discover_all_widgets, discover_all_pages) to true, I encountered the following error:

Error: Plugin [filament-jobs-monitor] is not registered for panel [admin].

This plugin is actually registered in the developer panel.

Additionally, I'm experiencing issues specifically when editing roles. The changes do not seem to reflect as expected, which is causing some disruptions in managing user permissions.

Could you please advise if there is an alternative approach or a workaround to centralize role and permission management? Any guidance on resolving these issues would be greatly appreciated.

Thank you so much for your support and for developing such a helpful tool.