Validate with unique more than one field in Lavaravel 5.1?

0

I have to register clients but at the moment of doing it, I have to validate that the client does not exist taking into account his name and the street where he lives. I know how to validate by name or street but not using both fields.

Validate that there is no name

'nombre'        =>  'unique:clientes,nombre|required'
    
asked by Jorge Eduardo Fernandez Vzquez 05.12.2017 в 20:38
source

0 answers