Skip to content

Commit 3334057

Browse files
committed
minor #84 Bootstrapping the validator components (weaverryan)
This PR was merged into the 2.7 branch. Discussion ---------- Bootstrapping the validator components Commits ------- 63ab35a Bootstrapping the validator components
2 parents 272b968 + 63ab35a commit 3334057

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

components/validator.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. index::
2+
single: Validator
3+
single: Components; Validator
4+
5+
The Validator Component
6+
=======================
7+
8+
The Validator component provides tools to validate values.
9+
10+
Installation
11+
------------
12+
13+
You can install the component in 2 different ways:
14+
15+
* :doc:`Install it via Composer </components/using_components>` (``symfony/validator`` on `Packagist`_);
16+
* Use the official Git repository (https://github.com/symfony/validator).
17+
18+
For more information, see the code in the Git Repository.

0 commit comments

Comments
 (0)