Linked Questions

Popular Questions

Does composer automatically create a vendor/autoload.php?

Asked by At

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

Related Questions