nucleos/form-extensions
最新稳定版本:6.8.0
Composer 安装命令:
composer require nucleos/form-extensions
包简介
This library adds some custom form elements and validation for symfony.
README 文档
README
This library adds some custom form elements and validation for symfony.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:
composer require nucleos/form-extensions
Symfony usage
If you want to use this library inside symfony, you can use a bridge.
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:
// config/bundles.php return [ // ... Nucleos\Form\Bridge\Symfony\Bundle\NucleosFormBundle::class => ['all' => true], ];
License
This library is under the MIT license.
统计信息
- 总下载量: 25.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-27