We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8dcc1 commit 5f34f05Copy full SHA for 5f34f05
configuration/override_dir_structure.rst
@@ -143,7 +143,7 @@ those files::
143
144
require_once __DIR__.'/../path/to/vendor/autoload.php';
145
146
-You also need to change the ``extra.symfony-public-dir`` option in the
+You also need to change the ``extra.public-dir`` option in the
147
``composer.json`` file:
148
149
.. code-block:: json
@@ -152,7 +152,7 @@ You also need to change the ``extra.symfony-public-dir`` option in the
152
"...": "...",
153
"extra": {
154
155
- "symfony-public-dir": "my_new_public_dir"
+ "public-dir": "my_new_public_dir"
156
}
157
158
0 commit comments