关于 Request messages方法中:attribute的赋值问题
Request中的方法messages能修改提示信息,
结果:
title 必须填写
body 必须填写
我想知道能否将:attribute的默认值修改成我想要的其他数值.
public function messages()
{
return [
'required'=>':attribute 必须填写'
];
}
结果:
title 必须填写
body 必须填写
我想知道能否将:attribute的默认值修改成我想要的其他数值.
1 个回复
Tingel
赞同来自: