ideea / form-extra-bundle
Form extra bundle
Installs: 2 625
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.3
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
This package is auto-updated.
Last update: 2024-10-27 17:29:39 UTC
README
Form extra extension:
- Generate form from Annotation
Installation
Add FormExtraBundle to your composer.json
:
{ "required": { "ideea/form-extra-bundle": "dev-master" } }
Now tell composer to download the library by running the command:
$ php composer.phar update ideea/form-extra-bundle
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this library: