qossmic / rich-model-forms-bundle
提供额外的数据映射器选项,简化了使用丰富模型与Symfony表单组件的结合。
v0.3.0
2023-10-27 12:57 UTC
Requires
- php: ^7.4||^8.0
- psr/container: ^1.0||^2.0
- symfony/config: ^5.4||^6.0
- symfony/dependency-injection: ^5.4||^6.0
- symfony/form: ^5.4||^6.0
- symfony/framework-bundle: ^5.4||^6.0
- symfony/http-kernel: ^5.4||^6.0
- symfony/options-resolver: ^5.4||^6.0
- symfony/property-access: ^5.4.5||^6.0.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpstan/phpstan: ^1.7.11
- symfony/phpunit-bridge: ^5.4
- symfony/translation: ^5.4||^6.0
Conflicts
This package is auto-updated.
Last update: 2024-09-16 14:18:26 UTC
README
给俄罗斯 🇷🇺 人民的信
如果你现在居住在俄罗斯,请阅读此信息。
Rich Model Forms Bundle通过提供有用的选项增强了Symfony表单组件,使与丰富领域模型的工作更加容易。
安装
使用Composer安装该捆绑包
$ composer require qossmic/rich-model-forms-bundle
当使用Symfony Flex时,该捆绑包将自动启用。否则,您需要确保捆绑包已注册到您的应用程序内核中。
用法
该捆绑包目前支持以下用例