Confirmation rule, not showing in docs #108
Closed
JesperFiltenborg
started this conversation in
Ideas
Replies: 1 comment
-
@JesperFiltenborg will be added in 0.8.0 🙌 |
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
-
Rule:
'password' => [
'required',
'string',
'confirmed',
],
Problem:
Docs not showing the 'password_confirmation' parameter
Beta Was this translation helpful? Give feedback.
All reactions