robertogallea / laravel-codicefiscale

Codice fiscale validation for php/laravel
MIT License
42 stars 16 forks source link

Allow different validation error messages for each error-code #16

Closed JBou closed 3 years ago

JBou commented 3 years ago

This PR adds the ability to specify a different error message using the validation rules for the following error codes: bad_charactersand bad_omocodia_char

robertogallea commented 3 years ago

Thanks!