📅  最后修改于: 2022-03-11 14:53:39.332000             🧑  作者: Mango
//In your Validation file add these
'translation_attachments' => [
'array',
'required',
],
'translation_attachments.*' => [
'required',
],
// where translation_attachments is your column name in the DB