芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/Modules/Acl/Http/Requests/RoleRequest.php
'required|string|min:2|max:40|unique:roles,name,' . $this->route('id'), 'permissions' => 'required|array|min:1', 'permissions.*' => 'string', ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }