linderp / sulu-form-save-contact-bundle
Allows to save contacts using the sulu-forms-bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/linderp/sulu-form-save-contact-bundle
Requires
- php: ^8.2
- jackalope/jackalope-doctrine-dbal: ^2.0
- sulu/form-bundle: ^2.5
- sulu/sulu: ^2.6
- symfony/config: ^6.2 | ^7.0
- symfony/dependency-injection: ^6.2 | ^7.0
- symfony/framework-bundle: ^6.2 | ^7.0
- symfony/http-foundation: ^6.2 | ^7.0
- symfony/http-kernel: ^6.2 | ^7.0
- symfony/intl: ^6.2 | ^7.0
- symfony/security-core: ^6.3 | ^7.0
- symfony/translation: ^6.2 | ^7.0
README
Sulu bundle that integrates a hidden save to contacts field for the SuluFormBundle.
Installation
This bundle requires PHP 8.2 and Sulu 2.6
- Open a command console, enter your project directory and run:
composer require linderp/sulu-form-save-contact-bundle
If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:
return [ //... Linderp\SuluFormSaveContactBundle\SuluFormSaveContactBundle::class => ['all' => true], ];
- Clear the cache:
bin/console cache:clear