Is it possible to create custom permission for entity? I saw Acl, but it allows only for checking CRUD but I want to add custom permission. For example checking if user has permission to perform some action named on entity. Is it possible via Acl or any other mechanism?
I want mechanism like Laravel's policy where I can create method in PHP class and then use that policy via Dependency Injection
I want mechanism like Laravel's policy where I can create method in PHP class and then use that policy via Dependency Injection
Comment