runroom-packages/form-handler-bundle

Symfony 中处理表单的替代方法

0.19.1 2024-09-06 13:59 UTC

README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

此包提供了一种工具,用于在Symfony中处理表单,而无需重写大量总是相同的逻辑。

安装

打开命令行,进入您的项目目录,并执行以下命令以下载此包的最新稳定版本

composer require runroom-packages/form-handler-bundle

启用包

然后,通过将其添加到项目 config/bundles.php 文件中注册的包列表中来启用此包

// config/bundles.php

return [
    // ...
    Runroom\RenderEventBundle\RunroomFormHandlerBundle::class => ['all' => true],
];

贡献

此包的源代码包含在Runroom monorepo中。我们欢迎在 runroom/runroom-packages 上为此包做出贡献。

许可证

此包位于 MIT许可证 下。