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.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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.