LoginSignup
1
0

More than 5 years have passed since last update.

macでPHP環境を作る

Last updated at Posted at 2018-10-04

事前準備として、xcodeをappストアからインストールしておく。

### brew install
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

### check
$ brew -v

Homebrew

$ brew install composer

$ composer -v
$ brew install php

$ brew services start php

# terminal restart
1
0
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
0