droalys-web / form-bundle
一个扩展表单功能的Symfony包。
v1.5.0
2023-05-18 09:10 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- symfony/config: ^4.4|^5.0|^6.0
- symfony/dependency-injection: ^4.4|^5.0|^6.0
- symfony/form: ^4.4|^5.0|^6.0
- symfony/http-kernel: ^4.4|^5.0|^6.0
- symfony/yaml: ^4.4|^5.0|^6.0
Requires (Dev)
- doctrine/orm: ^2.7
- symfony/doctrine-bridge: ^4.4|^5.0|^6.0
- symfony/serializer: ^4.4|^5.0|^6.0
- symfony/twig-bridge: ^4.4|^5.0|^6.0
README
一个扩展表单功能的Symfony包。
安装
安装资源包
- 需要此包
yarn add @drosalys/form-collection npm install @drosalys/form-collection
安装Symfony的包(^4.2|^5.0)
- 需要此包
composer require drosalys-web/form-bundle
- 在您的
config/bundle.php
中启用此包<?php
return [
//...
DrosalysWeb\Bundle\FormBundle\DrosalysWebFormBundle::class => ['all' => true],
//...
];
## Documentations
- [Collection](doc/collection.md)
- [Collapsable](doc/collapsable.md)
- [Tabs](doc/tabs.md)
## License
This bundle is under the MIT license. See the complete license:
LICENSE