简体   繁体   中英

Composer error while installing magento

I am trying to install Magento multistore and I have installed composer but still, I am getting this error..

Vendor autoload is not found. 
Please run 'composer install' under application root directory.

It sounds like you have installed the composer.exe but not actually run the command composer install in your terminal .

This will install all your dependencies.

You should probably read the documentation here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM