nucleos/

form-extensions

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

6.5.0 2024-08-14 16:29 UTC

README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Continuous Integration Code Coverage Type Coverage

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

安装

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

composer require nucleos/form-extensions

Symfony使用

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

启用Bundle

然后,将bundle添加到项目中config/bundles.php文件中注册的bundle列表中,以启用该bundle

// config/bundles.php

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

许可证

该库受MIT许可证约束。