Form Request Validation #108
-
Hi, I'm just exploring and using this package. I want to validate the data inserted by the user using function rules(). Therefore, it is possible to use Validation: Form Request Validation? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
rubenvanassche
Dec 16, 2021
Replies: 1 comment 1 reply
-
At the moment we do not have such functionality, but I would merge a PR where a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mhafizkn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment we do not have such functionality, but I would merge a PR where a
rules
function on the settings object would first validate all the settings before saving the settings and eventually throw out validation errors.