Search
 
SCRIPT & CODE EXAMPLE
 

PHP

how to validate video laravel

$this->validate($req, [
      'video' => 'required|mimes:mp4,ogx,oga,ogv,ogg,webm',
      ]);
Comment

how to validate video laravel

'video' => 'mimetypes:video/x-ms-asf,video/x-flv,video/mp4,application/x-mpegURL,video/MP2T,video/3gpp,video/quicktime,video/x-msvideo,video/x-ms-wmv,video/avi'
Comment

PREVIOUS NEXT
Code Example
Php :: laravel validation array unique values 
Php :: PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes") 
Php :: implode and explode in php 
Php :: set laravel local time to indonesia 
Php :: laravel group by with where clause 
Php :: laravel session add 
Php :: php regular expressions 
Php :: get permalink by id wordpress 
Php :: laravel-medialibrary packagist 
Php :: Carbon Add Hours In Laravel 
Php :: query php 
Php :: laravel event generate 
Php :: php hash 
Php :: nova laravel image 
Php :: php not recognized internal external command 
Php :: get post data in laravel 
Php :: PHP str_starts_with — Checks if a string starts with a given substring 
Php :: laravel created_at changing 
Php :: laravel sortby relationship column 
Php :: delete model laravel 
Php :: replace in php 
Php :: open json file php 
Php :: aes php 
Php :: laravel set config 
Php :: php catch exception 
Php :: how to create migration in laravel 
Php :: woocommerce cart length button shortcode 
Php :: custom laravel auth 
Php :: redirect in php 
Php :: js unserialize 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =