📜  所需的 Dropzone 附件不起作用 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:39.803000             🧑  作者: Mango

代码示例1
//In your Validation file add these 
  
              'translation_attachments' => [
                'array',
                'required',
            ],
            'translation_attachments.*' => [
                'required',
            ],

// where translation_attachments is your column name in the DB