File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11.. index ::
22 single: Configuration reference; Framework
33
4- FrameworkBundle Configuration
5- =============================
4+ FrameworkBundle Configuration ("framework")
5+ ===========================================
66
77The FrameworkBundle defines the main framework configuration, from sessions and
88translations to forms, validation, routing and more. All these options are
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
1111.. code-block :: terminal
1212
1313 # displays the default config values defined by Symfony
14- $ ./ bin/console config:dump-reference framework
14+ $ php bin/console config:dump-reference framework
1515
1616 # displays the actual config values used by your application
17- $ ./ bin/console debug:config framework
17+ $ php bin/console debug:config framework
1818
1919 .. note ::
2020
You can’t perform that action at this time.
0 commit comments