sandronimus/nelmio-form-get-parameter-plugin-bundle

通过提供自动注册简单表单项作为GET参数的能力,扩展了NelmioApiDocBundle。

2.0.0 2022-09-05 15:04 UTC

This package is auto-updated.

Last update: 2024-09-05 19:45:08 UTC


README

此扩展通过提供自动注册简单表单项作为GET参数的能力,扩展了NelmioApiDocBundle。

安装

使用Composer安装

composer require sandronimus/nelmio-form-get-parameter-plugin-bundle

如何使用

向您的控制器操作添加注解

@FormGetParameter(formType=SomeFormType::class)

请注意,只支持单层简单表单。