mateuszbieniek / ezplatform-form-builder-country-field
为eZ Platform EE表单构建器提供国家选择字段的包
v0.1
2019-01-10 13:14 UTC
Requires
- php: >=7.1
- ezsystems/ezplatform-form-builder: ^1.0
- ezsystems/ezpublish-kernel: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: 2.7.*
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2024-09-11 02:37:46 UTC
README
描述
包为eZ Platform EE的表单构建器提供国家选择字段。
安装
1. 启用 EzPlatformFormBuilderCountryBundle
编辑 app/AppKernel.php
,并在$bundles
数组末尾添加
new MateuszBieniek\EzPlatformFormBuilderCountryBundle\EzPlatformFormBuilderCountryBundle(),
。
2. 安装 mateuszbieniek/ezplatform-form-builder-country-field
composer require mateuszbieniek/ezplatform-form-builder-country-field