File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Configuration reference; Framework
3
3
4
- FrameworkBundle Configuration
5
- =============================
4
+ FrameworkBundle Configuration ("framework")
5
+ ===========================================
6
6
7
7
The FrameworkBundle defines the main framework configuration, from sessions and
8
8
translations to forms, validation, routing and more. All these options are
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
11
11
.. code-block :: terminal
12
12
13
13
# displays the default config values defined by Symfony
14
- $ ./ bin/console config:dump-reference framework
14
+ $ php bin/console config:dump-reference framework
15
15
16
16
# displays the actual config values used by your application
17
- $ ./ bin/console debug:config framework
17
+ $ php bin/console debug:config framework
18
18
19
19
.. note ::
20
20
You can’t perform that action at this time.
0 commit comments