芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/Modules/Localization/Http/Requests/LanguageRequest.php
method() == 'PUT') { $code_unique = ',' . $this->route('id') . ',id'; } $validations = [ 'name' => 'required|string|max:50', 'code' => 'required|string|alpha_dash|max:6|unique:languages,code' . $code_unique, 'dir' => 'nullable|string|in:ltr,rtl', 'script' => 'nullable', 'native' => 'nullable', 'regional' => 'nullable', ]; return $validations; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }