We are using Laravel 5.2 and cannot get the validation message to be translated. We placed the vat_number key inside the validation.php file, but we always get: vatnumber-validator::validation.vat_number as a result. Any idea what we could be missing?
Hi
We are using Laravel 5.2 and cannot get the validation message to be translated. We placed the
vat_number
key inside thevalidation.php
file, but we always get:vatnumber-validator::validation.vat_number
as a result. Any idea what we could be missing?