laravel-easypanel
laravel-easypanel copied to clipboard
Use Laravel's `Gate::check(...)` instead of 3rd party ACL
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.