LoginSignup
3
3

More than 5 years have passed since last update.

Composerインストール

Posted at

PHPのパッケージ管理システムのComposerをインストールする。
PHPで開発するなら必須のツールかと思います。
cakephp3もComposerを使って簡単にインストールできる。

ダウンロードする

cd ~
mkdir php
cd php
curl -sS https://getcomposer.org/installer | php

確認する

./composer.phar

コマンド説明が出たらOK

移動する

pathが通ているフォルダに移動する。

sudo mv composer.phar /usr/local/bin/composer
3
3
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
3
3