We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3f6ab commit 1be5c60Copy full SHA for 1be5c60
setup/symfony_server.rst
@@ -65,11 +65,7 @@ run the Symfony server in the background:
65
66
.. code-block:: terminal
67
68
- # find the installed version of the Symfony binary
69
- $ symfony version
70
-
71
- # change the path to the location of your Symfony binary and replace {version} too
72
- $ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/{version}/bin/symfony
+ $ sudo codesign --force --deep --sign - $(whereis -q symfony)
73
74
Enabling PHP-FPM
75
----------------
0 commit comments