L have this error while I trying to deploy my laravel app .how can I fix it

It looks like you need to upload the missing files.

1 Like

What is it ? I uploaded all the files

No info = no help. Please share the website address.

It seems that you either didn’t run composer install in your project or didn’t upload the vendor folder of your installation.

We don’t offer command line access on our hosting, or have Composer integration, so you’ll need to prepare the Composer dependencies first and upload those over FTP.

5 Likes

the website runs local without errors

Then please upload the vendor folder from the installation on your own computer to your hosting account. Because the error message says that the file vendor/autoload.php is missing, which usually means the entire folder is absent.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.