芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Http/Requests/UpdateThemeSetting.php
[ 'required', 'regex:/^#([a-f0-9]{6}|[a-f0-9]{3})$/i' ], 'global_header_color' => [ 'required', 'regex:/^#([a-f0-9]{6}|[a-f0-9]{3})$/i' ], 'app_name' => 'required' ]; } public function messages() { return [ 'primary_color.*.required' => __('messages.primaryColorRequired'), ]; } }