Skip to content

Commit 287a3f9

Browse files
committed
minor #18188 Update symfony_server.rst (94noni)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- Update symfony_server.rst Small improvement to contextualize the `version` as dynamic Commits ------- 2e8cd2e Update symfony_server.rst
2 parents 7e4818a + 2e8cd2e commit 287a3f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup/symfony_server.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ run the Symfony server in the background:
6565

6666
.. code-block:: terminal
6767
68-
# change the path to the location of your Symfony binary
69-
$ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/5.4.21/bin/symfony
68+
# find the version of the Symfony binary
69+
$ symfony version
70+
71+
# change the path to the location of your Symfony binary replacing {version}
72+
$ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/{version}/bin/symfony
7073
7174
Enabling PHP-FPM
7275
----------------

0 commit comments

Comments
 (0)