hillrange / symfony-form
Form Bundle for Symfony 4.x
Installs: 579
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
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
- dev-master
- 0.3.32
- 0.3.31
- 0.3.30
- 0.3.29
- 0.3.28
- 0.3.27
- 0.3.26
- 0.3.25
- 0.3.24
- 0.3.23
- 0.3.22
- 0.3.21
- 0.3.20
- 0.3.19
- 0.3.18
- 0.3.17
- 0.3.14
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.09
- 0.3.08
- 0.3.07
- 0.3.06
- 0.3.05
- 0.3.04
- 0.3.03
- 0.3.02
- 0.3.01
- 0.3.00
- 0.2.11
- 0.2.10
- 0.2.09
- 0.2.08
- 0.2.07
- 0.2.06
- 0.2.05
- 0.2.04
- 0.2.03
- 0.2.02
- 0.2.01
- 0.2.00
- 0.1.99
- 0.1.98
- 0.1.97
- 0.1.96
- 0.1.95
- 0.1.94
- 0.1.93
- 0.1.92
- 0.1.91
- 0.1.90
- 0.1.89
- 0.1.88
- 0.1.87
- 0.1.86
- 0.1.85
- 0.1.84
- 0.1.83
- 0.1.82
- 0.1.81
- 0.1.80
- 0.1.79
- 0.1.78
- 0.1.77
- 0.1.76
- 0.1.75
- 0.1.74
- 0.1.73
- 0.1.72
- 0.1.71
- 0.1.70
- 0.1.68
- 0.1.67
- 0.1.66
- 0.1.65
- 0.1.64
- 0.1.63
- 0.1.62
- 0.1.61
- 0.1.60
- 0.1.59
- 0.1.58
- 0.1.57
- 0.1.56
- 0.1.55
- 0.1.53
- 0.1.52
- 0.1.51
- 0.1.50
- 0.1.49
- 0.1.48
- 0.1.47
- 0.1.46
- 0.1.45
- 0.1.44
- 0.1.43
- 0.1.42
- 0.1.41
- 0.1.40
- 0.1.39
- 0.1.38
- 0.1.37
- 0.1.36
- 0.1.35
- 0.1.34
- 0.1.33
- 0.1.32
- 0.1.31
- 0.1.30
- 0.1.29
- 0.1.28
- 0.1.27
- 0.1.26
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.09
- 0.1.08
- 0.1.07
- 0.1.06
- 0.1.05
- 0.1.04
- 0.1.03
- 0.1.02
- 0.1.01
- 0.1.00
- 0.0.04
- 0.0.03
- 0.0.02
- 0.0.01
- v0.0.00
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