Ability to use Named parameters in Laravel functions #55728
Unanswered
myregistration
asked this question in
Ideas
Replies: 2 comments 4 replies
-
Laravel is full of |
Beta Was this translation helpful? Give feedback.
4 replies
-
@myregistration can you give us a code example of that can function call? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please allow us to pass arguments to a function by specifying the parameter name rather than having to rely on the position in the function's parameter list.
For example, I'd like to pass named parameters to the can() gate function, but it doesn't support it.
Beta Was this translation helpful? Give feedback.
All reactions