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