Skip to content

Instantly share code, notes, and snippets.

@jaygaha
Created December 14, 2023 04:16
Show Gist options
  • Save jaygaha/9620c2e76005c0abd2a9b22527c37e8e to your computer and use it in GitHub Desktop.
Save jaygaha/9620c2e76005c0abd2a9b22527c37e8e to your computer and use it in GitHub Desktop.
Solution to fix php not starting in Herd

[Herd] Unable to start PHP

If you are facing this issue while using Herd on your MacBook.

Go to this path /Users/{localUser}/Library/Application Support/Herd/config/fpm/, select installed php version config file like x.x-fpm.conf

Replace user group from staff with admin

group = admin
listen.group = admin

Save it and reload the Herd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment