Replies: 1 comment
-
Thanks for your report, this bug will be fixed in the next release. (#84) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Check List
not enough info
will be ignored and closed after 3 days.Content
https://hypervel.org/docs/validation#writing-the-validation-logic
https://hypervel.org/docs/authentication#manually-authenticating-users
Documentation seems to advise to call
Hypervel\Http\Request->validate()
passing in an associative array of field keys to validation rule values.But trying to use the exact example code snippet from those docs causes this exception
Indeed the method signature
Hypervel\Http\Request::validate(array $data, array $rules, array $messages = [], array $customAttributes = [])
doesn't seem to match documentation usage.Beta Was this translation helpful? Give feedback.
All reactions