runroom-packages / form-handler-bundle
Alternative way to handle forms in Symfony
Installs: 12 238
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Type:symfony-bundle
Requires
- php: ^7.3 || ^8.0
- symfony/config: ^4.4 || ^5.1
- symfony/dependency-injection: ^4.4 || ^5.1
- symfony/event-dispatcher: ^4.4 || ^5.1
- symfony/form: ^4.4 || ^5.1
- symfony/http-foundation: ^4.4.7 || ^5.1
- symfony/http-kernel: ^4.4.13 || ^5.1.5
Requires (Dev)
README
This bundle gives a tool to handle with Forms on Symfony without having to rewrite a lot of logic that it is always the same.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/form-handler-bundle
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
// config/bundles.php return [ // ... Runroom\RenderEventBundle\RunroomFormHandlerBundle::class => ['all' => true], ];
License
This bundle is under the MIT license.