📜  需要 Laravel Dropzone 附件未按预期工作 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:39.332000             🧑  作者: 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