public function messages()
{
return [
'name.ption',
'name.max'=>'Your name have less than 5 letters?',
];
}
public function attributes(){
return [
'name'=>'Your name',
'tags'=>'The tags',
];
}
console
$ php artisan vendor:publish
console
$ php artisan make:Request TestRequest
html
<form method="post" action="<?=url('save_form')
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.