Skip to content

Commit cb242bc

Browse files
javiereguiluzfabpot
authored andcommitted
Updated all the README files
1 parent 45e76de commit cb242bc

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

README.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
Form Component
22
==============
33

4-
Form provides tools for defining forms, rendering and mapping request data to
5-
related models. Furthermore it provides integration with the Validation
6-
component.
4+
The Form component allows you to easily create, process and reuse HTML forms.
75

86
Resources
97
---------
108

11-
Silex integration:
12-
13-
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
14-
15-
Documentation:
16-
17-
https://symfony.com/doc/2.3/book/forms.html
18-
19-
Resources
20-
---------
21-
22-
You can run the unit tests with the following command:
23-
24-
$ cd path/to/Symfony/Component/Form/
25-
$ composer install
26-
$ phpunit
9+
* [Documentation](https://symfony.com/doc/current/components/form/index.html)
10+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11+
* [Report issues](https://github.com/symfony/symfony/issues) and
12+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)