Where is the autoload of /vendor ?
7starsone opened this issue · 2 comments
7starsone commented
Hello,
:-) please, can you explain why autoload.php from /vendor
is not included?
so, how it works?
thanks
samtuke commented
@7starsone It sounds like composer may not have been initialised inside your phpList 4 directory. Please run composer install
inside your phpList 4 directory. You will need to download or install composer itself first (so that the composer
command is available).
oliverklee commented
@7starsone Usually, the vendor/
directory is excluded from git as it is indeed expected to be filled by doing a composer
install.