Search
 
SCRIPT & CODE EXAMPLE
 

PHP

The media must not be greater than 12288 kilobytes in laravel

php artisan livewire:publish --config
Comment

The media must not be greater than 12288 kilobytes in laravel

return [
    ...
    'temporary_file_upload' => [
        ...
        'rules' => 'file|mimes:png,jpg,pdf|max:102400', // (100MB max, and only pngs, jpegs, and pdfs.)
        ...
    ],
];
Comment

PREVIOUS NEXT
Code Example
Php :: rawbetween in laravel 
Php :: wordpress autosave 
Php :: radio button select in php 
Php :: update laravel 
Php :: php include external directory path 
Php :: substract two datetime and get the different hours and minutes php 
Php :: laravel route required parameters 
Php :: drupal 9 guzzle client increase timeout 
Php :: luhn algorithm credit card checker php 
Php :: How to create a route in laravel? 
Php :: cut the first character in php 
Php :: php string random 
Php :: get the current datetime in php when button is clicked 
Php :: laravel Auth::logoutOtherDevices 
Php :: php sort array remove keys 
Php :: laravel on cascade set null 
Php :: laravel reload relationship 
Php :: symfony form get errors 
Php :: laravel model set new attribute 
Php :: php image rotate upload 
Php :: add month to date 
Php :: continue in php 
Php :: php check year and month is between two dates 
Php :: laravel s3 download file 
Php :: laravel redirect action 
Php :: sort an array in php manually 
Php :: how to set optional third parameter in routes of codeigniter 
Php :: wp plugin create 
Php :: laravel project make 
Php :: codeigniter sanitize input field 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =