forked from symfony/symfony-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.rst.inc
31 lines (23 loc) · 1.25 KB
/
map.rst.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* **Configuration Options**
Ever wondered what configuration options you have available to you in
``config/packages/*.yaml`` files? In this section, all the available
configuration is broken down by the key (e.g. ``framework``) that defines
each possible section of your Symfony configuration.
* :doc:`framework </reference/configuration/framework>`
* :doc:`doctrine </reference/configuration/doctrine>`
* :doc:`security </reference/configuration/security>`
* :doc:`swiftmailer </reference/configuration/swiftmailer>`
* :doc:`twig </reference/configuration/twig>`
* :doc:`monolog </reference/configuration/monolog>`
* :doc:`web_profiler </reference/configuration/web_profiler>`
* :doc:`debug </reference/configuration/debug>`
* :doc:`Configuring the Kernel </reference/configuration/kernel>`
* **Forms and Validation**
* :doc:`Form Field Type Reference </reference/forms/types>`
* :doc:`Validation Constraints Reference </reference/constraints>`
* :ref:`Twig Template Function and Variable Reference <reference-form-twig-functions-variables>`
* :doc:`Twig Extensions (forms, filters, tags, etc) Reference </reference/twig_reference>`
* **Other Areas**
* :doc:`/reference/dic_tags`
* :doc:`/reference/events`
* :doc:`/reference/requirements`