2
2

More than 5 years have passed since last update.

FuelPHPでComposer is not installed

Posted at

サイトにアクセスした際に、下記のようなエラーが出た場合の対象法です。

Composer is not installed. Please run "php composer.phar update" in the root to install Composer

解決方法

composerの設定がきちんとされていないことが原因らしいです。
ただ解決は簡単で、
composer.pharがある場所に移動して、
下記のコマンドを実行するだけです。

php composer.phar update
2
2
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
2