1
1

More than 1 year has passed since last update.

MacにPHPをインストールする

Last updated at Posted at 2023-01-05

PHPのインストール

# 最新のPHPをインストール
brew install php

PHPのバージョンの切り替え

# PHP 8.0を無効にする
brew unlink php@8.0

# PHP 7.0を有効にする
brew link php@7.0

参考

https://tech.amefure.com/php-homebrew
https://oopsoop.com/how-to-switch-php-versions-on-mac-brew-link-unlink/

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1