'array|required', 'post.email' => 'required|email', 'post.name' => 'required|string', 'post.password' => 'required|string|min:8' ]; } public function attributes() { return [ 'post.email' => 'the post\'s email' ]; } }