azhihao
How to do complex validation on a modal form?
For example, there're 3 integer fields of which the sum should not exceed the number in 4th field?
Illuminate\Contracts\Validation\ValidationRule seems only validate on single attribute, how can I have a validation function that has complete filled data of the form?
Thanks in advance.
6 replies