🔧 Pre-Installation

Restoring PHP dependencies

ℹ️ Vendor folder not found The vendor/ directory is missing (needs to be restored). Composer dependencies must be installed before the application can run.
1
Check environment
Verifying PHP and Composer availability...
2
Install dependencies
Running composer install --no-dev --optimize-autoloader
3
Complete
Redirecting to the application...