Laravel Vendor Folder Missing

Laravel cannot boot because /vendor/autoload.php is missing.

Open /vendor-repair.php and run Composer from the browser if your hosting allows it, upload the matching vendor folder, or run this in the app root:

composer install --no-dev --optimize-autoloader

Repair key: UL-VENDOR-1-0-0-2P7m9xQ4

Then reload /install.php.

Open Vendor RepairBack to Installer Check