1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macでPHP環境を作る

1
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]
(https://brew.sh/index_ja.html)

$ 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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?