🔬 Laravel Installation Test Suite ================================================== 🧪 Testing: Laravel Project -------------------------------------------------- ✅ Laravel Project passed 🧪 Testing: PHP Version -------------------------------------------------- ℹ️ PHP version: 8.2.29 ✅ PHP Version passed 🧪 Testing: PHP Extensions -------------------------------------------------- ℹ️ All required extensions loaded ✅ PHP Extensions passed 🧪 Testing: .env Configuration -------------------------------------------------- ❌ .env Configuration failed: .env file not found 🧪 Testing: File Permissions -------------------------------------------------- ℹ️ All directories writable ✅ File Permissions passed 🧪 Testing: Composer Dependencies -------------------------------------------------- ❌ Composer Dependencies failed: vendor directory not found - run 'composer install' 🧪 Testing: Laravel Application -------------------------------------------------- ❌ Laravel Application failed: Autoloader not found 🧪 Testing: Database Connection -------------------------------------------------- ❌ Database Connection failed: Skip - Composer not installed 🧪 Testing: Routes Configuration -------------------------------------------------- ℹ️ Route files found: 2 ✅ Routes Configuration passed 🧪 Testing: Storage Link -------------------------------------------------- ⚠️ Storage link missing - run 'php artisan storage:link' ❌ Storage Link failed: Storage link not created 🧪 Testing: Apple Wallet Certificates -------------------------------------------------- ⚠️ Missing certificates: certs/tammer.wallet.p12, certs/AppleWWDRCAG3.pem ❌ Apple Wallet Certificates failed: Apple Wallet certificates missing 📊 Test Summary ================================================== ✅ Passed: 5 ❌ Failed: 6 📈 Success Rate: 45.5% ⚠️ Installation needs attention. Please fix the failed tests. 💡 Recommendations: • Run 'composer install' if Composer dependencies failed • Run 'php artisan key:generate' if APP_KEY is missing • Run 'chmod -R 755 storage bootstrap/cache' for permission issues • Run 'php artisan storage:link' if storage link is missing • Check database credentials in .env file • Ensure Apple Wallet certificates are uploaded to certs/ directory 📄 Test report saved to: installation-test-report.json