ideea / form-extra-bundle
Form extra bundle
v1.0.1
2014-06-13 08:51 UTC
Requires
- php: >=5.3.3
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
This package is auto-updated.
Last update: 2026-02-27 20:20:46 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: