We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e1028 commit a2d7f66Copy full SHA for a2d7f66
setup/symfony_server.rst
@@ -56,6 +56,18 @@ run the Symfony server in the background:
56
# show the latest log messages
57
$ symfony server:log
58
59
+.. tip::
60
+
61
+ On macOS, when starting the Symfony server you might see a warning dialog asking
62
+ _"Do you want the application to accept incoming network connections?"_.
63
+ This happens when running unsigned appplications that are not listed in the
64
+ firewall list. The solution is to run this command that signs the Symfony binary:
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
70
71
Enabling PHP-FPM
72
----------------
73
0 commit comments