felixkiss / uniquewith-validator

Custom Laravel Validator for combined unique indexes
MIT License
389 stars 129 forks source link

How to set custom message for the validation? #87

Closed jgb-solutions closed 6 years ago

jgb-solutions commented 6 years ago

Thanks for your package! I'm building an app with the UI in french. So it would be good to know what key or combination of keys I should be using in the lang/fr/validation.php file. Thanks!

jgb-solutions commented 6 years ago

Never mind. I found 'unique_with' => 'La combinaison des champs :fields existe déjà.', in the source code.