homebrew fpm restart
If you dont have bin in your home make it.
Paste this.
Then:
cd mkdir bin nano fpm-restart
#!/bin/sh echo "Stopping php-fpm..." launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.php5*.plist echo "Starting php-fpm..." launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.php5*.plist echo "php-fpm restarted" exit 0
chmod ug+x fpm-restart