Skip to content

Instantly share code, notes, and snippets.

@uehatsu
Last active October 22, 2017 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uehatsu/31faa84dd99c0ea5588193a4e8a39966 to your computer and use it in GitHub Desktop.
Save uehatsu/31faa84dd99c0ea5588193a4e8a39966 to your computer and use it in GitHub Desktop.
[Laravel.style] Composerをインストールする方法
# macOS with brew
$ brew install homebrew/php/composer
# macOS or Linux command line
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer
# Windows
1. https://getcomposer.org/doc/00-intro.md#installation-windows にアクセス
2. Composer-Setup.exe をダウンロード
3. Composer-Setup.exe を実行し、表示に従って進める
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment