Last active
October 22, 2017 22:21
-
-
Save uehatsu/31faa84dd99c0ea5588193a4e8a39966 to your computer and use it in GitHub Desktop.
[Laravel.style] Composerをインストールする方法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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