hillrange / symfony-form
Form Bundle for Symfony 4.x
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/crayner/symfony-form
Language:JavaScript
Type:symfony-bundle
pkg:composer/hillrange/symfony-form
Requires
- php: ^7.1
- symfony/asset: ^4.1
- symfony/filesystem: ^4.1
- symfony/flex: ^1.0
- symfony/form: ^4.1
- symfony/templating: ^4.1
- symfony/translation: 4.4.*
- symfony/twig-bundle: 4.4.*
- symfony/validator: ^4.1
This package is auto-updated.
Last update: 2024-11-18 16:41:34 UTC
README
Symfony 4 Form Extension Bundle
Version
0.3.32
Development ONLY
This package is currently under development and is also a learning tool for myself. Please use with EXTREME caution. I will remove this warning when I am satisfied it is ready for release.
Installation
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require hillrange/symfony-form
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require hillrange/symfony-form "~0.0"
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/Bundles.php file of your project:
<?php return [ //... // Hillrange\Form\HillrangeFormBundle::class => ['all' => true], ];
Features
###React Form Display Display a form using react-bootstrap-symfony