'required_without:email|exists:user,id|numeric|nullable', 'email' => 'required_without:id|exists:user,email||nullable', 'title' => 'required|string', 'content' => 'required|string', ]; } }