@extends('installer.layout') @section('content')
Dependencies Already Installed
The vendor directory is already present and contains all required dependencies. You can proceed to the next step.
Dependencies Need Installation
The application dependencies need to be installed using Composer. @if(!$composerAvailable && $canDownload) Composer will be downloaded and installed automatically. @elseif(!$composerAvailable && !$canDownload) Please ensure Composer is available on your server. @endif
This process may take a few minutes depending on your server speed and internet connection. Please do not close this window or navigate away during installation.