File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Original file line number Diff line number Diff line change @@ -82,31 +82,6 @@ instance, the framework bundle is configured in ``config/packages/framework.yaml
82
82
83
83
The top-level key (here ``framework ``) references configuration for a specific
84
84
bundle (:doc: `FrameworkBundle </reference/configuration/framework >` in this case).
85
- =======
86
- // app/config/config.php
87
- $this->import('parameters.yml');
88
- $this->import('security.yml');
89
- $this->import('services.yml');
90
-
91
- $container->loadFromExtension('framework', [
92
- 'secret' => '%secret%',
93
- 'router' => [
94
- 'resource' => '%kernel.project_dir%/app/config/routing.php',
95
- ],
96
- // ...
97
- ]);
98
-
99
- // Twig Configuration
100
- $container->loadFromExtension('twig', [
101
- 'debug' => '%kernel.debug%',
102
- 'strict_variables' => '%kernel.debug%',
103
- ]);
104
-
105
- // ...
106
-
107
- Most top-level keys - like ``framework `` and ``twig `` - are configuration for a
108
- specific bundle (i.e. ``FrameworkBundle `` and ``TwigBundle ``).
109
- >>>>>>> 3.4
110
85
111
86
.. sidebar :: Configuration Formats
112
87
You can’t perform that action at this time.
0 commit comments