芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/Modules/Addons/Http/Requests/UploadAddonRequest.php
'required', 'username' => 'required', 'attachment' => 'required|mimes:zip,rar,7zip', ]; } public function messages() { return [ 'purchase_code.required' => __('Provide the addon purchase code.'), 'username.required' => __('Provide the envato username.'), 'attachment.required' => __('Choose the module compressed file.'), ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }