'required|string', 'body' => 'required|string', 'category_id' => 'required|exists:categories,id', ]; } public function attributes() { return [ 'title' => '标题', 'body' => '话题内容', 'category_id' => '分类', ]; } }