错误:您的系统尚未准备好运行Symfony项目

时间:2017-01-02 17:38:27

标签: php symfony

我已经下载了一个Symfony应用程序,然后使用php -f ./app/check.php进行了检查。但是,我得到了:

 [ERROR]                                          
 Your system is not ready to run Symfony projects 


Fix the following mandatory requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * Vendor libraries must be installed
   > Vendor libraries are missing. Install composer following
   > instructions from http://getcomposer.org/. Then run "php
   > composer.phar install" to install them.

但是,此应用程序中没有composer.phar个文件。 e.g。

php composer.phar install
Could not open input file: composer.phar

注意:我已经安装了composer。

有什么建议吗?

2 个答案:

答案 0 :(得分:0)

您收到的错误消息中的答案是就在那里

  

按照http://getcomposer.org/

的说明安装作曲家

答案 1 :(得分:0)

而不是composer.phar运行:

php composer install

我认为这就是你所需要的。如果您安装了Composer,那么您可能会将其重命名为composer,这就是您运行的bin。