2
1

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 1 year has passed since last update.

Composerとは

Last updated at Posted at 2022-03-11

ライブラリ依存管理ツール。
PHPで開発するにあたって、便利なライブラリやフレームワークをまとめてインストールできる。
よって、開発者がひとつひとつインストールしなくても、同じ環境を再現できる。

インストール方法

ターミナルからDownload Composerのコマンドを入力
https://getcomposer.org/download/

実行パスが通るようにcomposer.pharを移動する

ほにゃららパスcomposerとかかなくてもcomposerで実行できるよう移動する
sudo mv composer.phar /usr/local/bin/composer

動作確認

composer -V

補足

インストールするライブラリたちはcomposer.jsonの記述する

参考サイト

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?