'required|image|max:2000', ]; } /** * Get the validation rules that apply to the arrays. * * @return array */ public function translations() { return [ 'title' => 'required', 'content' => 'required', ]; } }