I'm developing an API, and one of the modules is the ACL (access control list) in the Laravel Framework.
I came to a problem that I have not yet found plausible solutions, which is like testing values that get more than one parameter inside it.
In my case I'm creating Roles
and in these Roles
, when I create them, I need to pass the Permissions
that it will have, in postman. In the current scenario I can only bind to a Permission
.
I used these examples like this:
campo [1, 2, 3]
campo {1, 2, 3}
array[campo] 1,2,3
I want to register n
permissions for that new Rule '.