laravel-easypanel icon indicating copy to clipboard operation
laravel-easypanel copied to clipboard

Use Laravel's `Gate::check(...)` instead of 3rd party ACL

Open bilogic opened this issue 3 years ago • 0 comments

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.

bilogic avatar Aug 06 '22 14:08 bilogic