Labkita Tutorial Articles Subscribe to My Website

Install Multiple PHP version di MacOS

1 min read

Kali ini kita akan install beberapa PHP version di MacOS

install brew command

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

install PHP

brew install [email protected]
brew install [email protected]
brew install [email protected]

# set php8.2 as default
brew link --force --overwrite [email protected]

echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> /.zshenv
echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> /.zshenv
echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> /.zshenv

🇮🇩 Selamat Belajar 😎