mateuszbieniek / ezplatform-form-builder-country-field
Bundle providing Country select field for the eZ Platform EE Form Builder
Installs: 895
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:ezplatform-bundle
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-12-11 03:11:51 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