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