droalys-web/form-bundle

一个扩展表单功能的Symfony包。

安装数: 4,236

依赖项: 0

建议者: 0

安全性: 0

星级: 0

分支: 1

类型:symfony-bundle

v1.5.0 2023-05-18 09:10 UTC

This package is auto-updated.

Last update: 2024-09-18 11:45:29 UTC


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