You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Easypanel can be made more modular if it uses Gate::check(...) instead of 3rd party ACL.
I'm using spatie/permissions and it has conflicts with the roles table.
The text was updated successfully, but these errors were encountered:
bilogic
changed the title
Use Laravel's Gate::check(...) instead of roles and permission
Use Laravel's Gate::check(...) instead of 3rd party ACL
Aug 6, 2022
Hi,
I think Easypanel can be made more modular if it uses
Gate::check(...)
instead of 3rd party ACL.I'm using spatie/permissions and it has conflicts with the
roles
table.The text was updated successfully, but these errors were encountered: