Answers for "Dropzone Attachment Required is not working"

PHP
0

Dropzone Attachment Required is not working

//In your Validation file add these 
  
              'translation_attachments' => [
                'array',
                'required',
            ],
            'translation_attachments.*' => [
                'required',
            ],

// where translation_attachments is your column name in the DB
Posted by: Guest on September-23-2021

Code answers related to "Dropzone Attachment Required is not working"

Browse Popular Code Answers by Language