core23/form-extensions-bundle

此包已被弃用且不再维护。作者建议使用 core23/form-extensions 包。

此库为 symfony 添加了一些自定义表单元素和验证。

4.0.2 2020-04-20 16:31 UTC

README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Continuous Integration Code Coverage

此库为 symfony 添加了一些自定义表单元素和验证。

安装

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

composer require core23/form-extensions

资源

建议使用 webpack / webpack-encoreSelect2Autocomplete.js 文件包含到您的页面中。这些文件位于 assets 文件夹中。

Symfony 使用

如果您想在 symfony 中使用此库,可以使用桥梁。

启用 Bundle

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

// config/bundles.php

return [
    // ...
    Core23\Form\Bridge\Symfony\Bundle\Core23FormBundle::class => ['all' => true],
];

许可证

此库遵循 MIT 许可证