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
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
Newer php packages on brew are named like
[email protected]
, so you can run:Also you can use this command to list and see which version(s) you have installed: