8000
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 7e4818a commit 2e8cd2eCopy full SHA for 2e8cd2e
setup/symfony_server.rst
@@ -65,8 +65,11 @@ run the Symfony server in the background:
65
66
.. code-block:: terminal
67
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
+ # find the version of the Symfony binary
+ $ 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
73
74
Enabling PHP-FPM
75
----------------
0 commit comments