jeudi 25 février 2016

Laravel 5 translate validation attribute

How can i translate the attribute, now the output is: companyname is verplicht. (dutch)

Validation.php

'required'             => ':attribute is verplicht.',

Controller:

$rules = array(
    'companyname'       => 'required'
;

View:

{{ Form::text( 'companyname' , null, array( 'class' => 'form-control' ) ) ) }}



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1WL6oXl
via IFTTT

Aucun commentaire:

Enregistrer un commentaire