eekes / sulu-form-city-select-bundle
Adds a city select field to Sulu forms for use on the website, enabling users to easily select cities from a list within forms on the frontend.
Package info
github.com/eekes/sulu-form-city-select-bundle
Type:symfony-bundle
pkg:composer/eekes/sulu-form-city-select-bundle
v0.1.2
2025-04-24 12:14 UTC
Requires
- php: ^8.3
- sulu/form-bundle: ^2.5
- sulu/sulu: ^2.6
- symfony/cache: ^7.0
- symfony/intl: ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpro/grumphp: ^2.4
- phpstan/phpstan: ^1.10
README
The SuluFormCitySelectBundle adds a city select field to Sulu forms, enabling users to easily select cities from a list within forms on the frontend.
Installation
Install using composer:
composer require eekes/sulu-form-city-select-bundle
Add the bundle to config/bundles.php if it's not automatically added:
Eekes\Sulu\FormCitySelectBundle\EekesSuluFormCitySelectBundle::class => ['all' => true],
Usage
Once installed, the field will be automatically available in your list of form fields.