Install Brew :
https://indrawr25.blogspot.com/2021/12/install-brew-untuk-macos-dan-install.html?m=0
Install PHP :
brew update
brew install php@7.3
brew link php@7.3
posisi file :
/usr/local/opt/php@7.3/sbin/php-fpm --nodaemonize
The php.ini and php-fpm.ini file can be found in:/usr/local/etc/php/7.3/
brew services restart php@7.3
-> tambahkan ke console supaya bisa terbaca phpnya
echo 'export PATH="/usr/local/opt/php@7.3/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="/usr/local/opt/php@7.3/sbin:$PATH"' >> ~/.zshrc
Tidak ada komentar:
Posting Komentar