Skip to content

Instantly share code, notes, and snippets.

@yarscript
Forked from devdrops/tip.md
Created June 2, 2023 10:58
Show Gist options
  • Save yarscript/57bbc37e022a774f8af237f555186258 to your computer and use it in GitHub Desktop.
Save yarscript/57bbc37e022a774f8af237f555186258 to your computer and use it in GitHub Desktop.
Restart PHP-FPM on Mac

Restart PHP-FPM on Mac

as found on StackOverflow

And this command to restart my php-fpm:

brew services restart php56

If you don't have brew services, try installing it like this:

brew tap homebrew/services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment