Step 3

Laravel dependencies

Install the exact production libraries from this package’s Composer manifest without entering a terminal command.

Laravel framework and the application vendor tree are ready.

Automatic secure setup

Downloads the official Composer installer, verifies its SHA-384 signature, locates PHP 8.3+, and installs production dependencies internally.

Needs outbound HTTPS and proc_open. Includes shared-hosting compatibility for disabled PHP INI inspection functions.

Vendor ZIP fallback

Use when the host blocks Composer or process execution. Upload a vendor archive built for this exact composer.json and PHP 8.3+.

Accepted layouts: vendor/autoload.php or autoload.php at the archive root.