I was trying form validation in laravel. I have a input text field in my form called \'Category\' and i\'m given the field name as \'cat\' as short.
And i defined
you can customize every message ,also change the attribute fields name in validation.php (resources/lang/en/). for set the attribute in validation.php
'attributes' => [ 'name' => 'Name', 'cat' => 'Category', 'field_name'=>'your attribute' ],