mateuszbieniek / ezplatform-form-builder-country-field
Bundle providing Country select field for the eZ Platform EE Form Builder
Package info
github.com/mateuszbieniek/ezplatform-form-builder-country-field
Type:ezplatform-bundle
pkg:composer/mateuszbieniek/ezplatform-form-builder-country-field
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: 2026-02-11 05:32:45 UTC
README
Description
Bundle provides country selection field for the Form Builder in eZ Platform EE.
Installation
1. Enable EzPlatformFormBuilderCountryBundle
Edit app/AppKernel.php, and add
new MateuszBieniek\EzPlatformFormBuilderCountryBundle\EzPlatformFormBuilderCountryBundle(),
at the end of the $bundles array.
2. Install mateuszbieniek/ezplatform-form-builder-country-field
composer require mateuszbieniek/ezplatform-form-builder-country-field