File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,13 @@ Symfony itself - into the ``vendor/`` directory.
172
172
When running ``php composer.phar install `` or ``php composer.phar update ``,
173
173
composer will execute post install/update commands to clear the cache
174
174
and install assets. By default, the assets will be copied into your ``web ``
175
- directory. To create symlinks instead of copying the assets, you can
176
- add an entry in the ``extra `` node of your composer.json file with the
177
- key ``symfony-assets-install `` and the value ``symlink ``:
175
+ directory.
176
+
177
+ Instead of copying your Symfony assets, you can create symlinks if
178
+ your operating system supports it. To create symlinks, add an entry
179
+ in the ``extra `` node of your composer.json file with the key
180
+ ``symfony-assets-install `` and the value ``symlink ``:
181
+
178
182
179
183
.. code-block :: json
180
184
You can’t perform that action at this time.
0 commit comments