Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Laravel Dropzone Attachment Required is not working as expected

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

// where translation_attachments is your column name in the DB
Comment

PREVIOUS NEXT
Code Example
Php :: unisharp laravel, Tai anh? 
Php :: vault deployment in production 
Php :: google api for language translation in php 
Php :: bring up the power shell console php 
Php :: simple php round When a parameter is passed with a specific precision value 
Php :: php-like-system-with-notification-using-ajax-jquery 
Php :: PHP str_getcsv — Parse a CSV string into an array 
Php :: Create mocking dependency in unit test Laravel 
Php :: dorks 
Php :: Best Image Manipulation and Graphs tools for php 
Php :: laravel 8 remove public from url 
Php :: php loop array PDO remove keys 
Php :: contact us page mail prestashop 
Php :: add attribute validation lang laravel 
Php :: appserviceprovider laravel share common settings for all controllers 
Php :: preg_replace encoding 
Php :: Get Now Time In Persian Format JDF PHP Function 
Php :: how to access laragon phpmyadmin in local network 
Php :: wordpress auto save draft 
Php :: sort names alphabetically php 
Php :: Détecter les utilisateurs mobiles 
Php :: button onclick php 
Php :: return false inside loop of function php 
Php :: numberformatter gujarati 
Php :: laravel foreach localstorage 
Php :: wordpress add block from single.php 
Php :: laravel form collective add asterisk 
Php :: show all errors in php 
Php :: use htaccess to redirect in cpanel lsrsvel 
Php :: data showing in single option instead of multiple option from json array 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =