芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Http/Requests/AvatarRequest.php
[ 'nullable', 'file', 'mimes:gif,jpg,png', 'max:20000', ], 'avatar' => [ 'nullable', new Base64Mime(['gif', 'jpg', 'png']), ], ]; } }