File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
Config Component
2
2
================
3
3
4
- Config provides the infrastructure for loading configurations from different
5
- data sources and optionally monitoring these data sources for changes. There
6
- are additional tools for validating, normalizing and handling of defaults that
7
- can optionally be used to convert from different formats to arrays.
4
+ The Config component provides several classes to help you find, load, combine,
5
+ autofill and validate configuration values of any kind, whatever their source
6
+ may be (YAML, XML, INI files, or for instance a database).
8
7
9
8
Resources
10
9
---------
11
10
12
- You can run the unit tests with the following command:
13
-
14
- $ cd path/to/Symfony/Component/Config/
15
- $ composer install
16
- $ phpunit
17
-
11
+ * [ Documentation] ( https://symfony.com/doc/current/components/config/index.html )
12
+ * [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
13
+ * [ Report issues] ( https://github.com/symfony/symfony/issues ) and
14
+ [ send Pull Requests] ( https://github.com/symfony/symfony/pulls )
15
+ in the [ main Symfony repository] ( https://github.com/symfony/symfony )
You can’t perform that action at this time.
0 commit comments