cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor autoload is not found

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Vendor autoload is not found

Hi
Getting this error > Vendor autoload is not found. Please run 'composer install' under application root directory.
Please help
5 REPLIES 5

Re: Vendor autoload is not found

Hi @ridas 

 

You will require to install composer on your system/server.

 

Once that is done from the root directory run composer update command.

 

It will resolved your issue.

 

Hope it help !

if issue solved,Click Kudos & Accept as Solution

Re: Vendor autoload is not found

@Manthan
Thank you for your quick reply.
I can't run command on server as i used shared hosting. Is these any other ideas to run?

Re: Vendor autoload is not found

Hi Manthan,
I can't run command on server as i used shared hosting, is there other options to run command?

Re: Vendor autoload is not found

Hello @ridas 

 

Please ask hosting provider to run this command in your Magento root directory.

Manish Mittal
https://www.manishmittal.com/

Re: Vendor autoload is not found

Hi @ridas 

 

Well, Magento  2 have prerequisite technology stack which is must require to install the Magento 2.

 

So here in your case composer is not installed - for solution you must require to run the command.

 

if your server is running on shared hosting then - as suggested by @Manish Mittal  ask your hosting provider to run this command or you can ask them to installed the composer on your server.

 

For technology stack reference follow this link - https://devdocs.magento.com/guides/v2.3/architecture/tech-stack.html 

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution