public function rules() { return ['title' => 'required|max:255', 'tags' => 'alpha_comma|max:64', 'body' => 'required', 'published' => 'required|numeric']; }