Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1be5c60

Browse filesBrowse files
committed
use a release-indepent command to sign the symfony CLI
1 parent 0a3f6ab commit 1be5c60
Copy full SHA for 1be5c60

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Collapse file

‎setup/symfony_server.rst‎

Copy file name to clipboardExpand all lines: setup/symfony_server.rst
+1-5Lines changed: 1 addition & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ run the Symfony server in the background:
6565

6666
.. code-block:: terminal
6767
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
68+
$ sudo codesign --force --deep --sign - $(whereis -q symfony)
7369
7470
Enabling PHP-FPM
7571
----------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.