安裝
使用 brew
安裝 PHP 7.2。
1 | brew install [email protected] |
啟動 PHP-FPM 服務。
1 | brew services start [email protected] |
關閉 PHP-FPM 服務。
1 | brew services stop [email protected] |
環境變數
修改 .zshrc
檔:
1 | export PATH=/usr/local/opt/[email protected]/bin:$PATH |
重新讀取環境變數。
1 | exec $SHELL |