LoginSignup
0
0

More than 5 years have passed since last update.

Laravel install for mac

Last updated at Posted at 2018-11-18
### 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 search php

$ brew info php

$ brew install php

$ brew services start php

# terminal restart
$ brew install mysql

$ brew services start mysql

# パスを通す
$ echo 'export PATH="/usr/local/opt/mysql/bin:$PATH"' >> ~/.bashrc

# 設定反映
$ source ~/.bashrc
0
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
0
0