duanqiao2225 2013-11-09 17:29
浏览 526
已采纳

composer会自动创建vendor / autoload.php吗?

I'm trying to get the hang of using composer as a library I've downloaded requires it.

I've run composer and all the dependencies appear to have downloaded, however the autoload file isn't present in vendor. Instead of an autoload there's a few empty folders starting from

vendor/symfony/event-dispatcher/symfony/component

Is there something else I need to do?

During the composer install there was one problem encountered regarding being unable to download a file from

nodeload.github.com/symfony/evendispatcher/zip/SomeRandomString
  • 写回答

1条回答 默认 最新

  • dongyue4964 2013-11-09 17:56
    关注

    http://getcomposer.org/doc/00-intro.md#autoloading

    From this it seems as if autoload.php should be automatically created by the dependency resolve process. You might want to check your software sources deprecation status and update package manager lists if necessary (assuming you running a *nix machine). Perhaps local file permissions, as well, could be causing the write/create process to fail.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?