Closed vasanthpandia closed 7 years ago
Right now a custom validator can be called with params email: ['email', 'unused:accounts:email'] . In this I need to be passing an array of fields like email: ['email', 'unused:['field1', 'field2', 'field2']:email']?
email: ['email', 'unused:accounts:email']
email: ['email', 'unused:['field1', 'field2', 'field2']:email']
Right now a custom validator can be called with params
email: ['email', 'unused:accounts:email']
. In this I need to be passing an array of fields likeemail: ['email', 'unused:['field1', 'field2', 'field2']:email']
?