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'