Implement a controller to manage add, edit and delete of aros_acos table in acl with cakephp 4.2

Is there an easy way to add, edit and delete the permissions of acl aros with a controller and not in cli console?

What is the link to the documentation for acl in cakephp 4.x? I can’t find it in google

I think you’re using a plugin for ACL?

Theres no direct documentation for 4.x
THere is this example: GitHub - mattmemmesheimer/cakephp-3-acl-example

And it follows the documentation from cake 2.x

Can you explain detail how does it work with latest cakephp