I found a solution :
$messages = array(
'email.required' => 'We need to know your e-mail address!',
);
and :
$validator = Validator::make($inputs, $rules, $messages);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community