#!/usr/bin/env php === Configuration Diagnostics === APP_URL: https://dev-api.globalgala.com APP_FRONTEND_URL: https://globalgala.com APP_FRONTEND_ADMIN_URL: https://admin.globalgala.com MAIL_FROM_ADDRESS: noreply-test@globalgalashow.com MAIL_FROM_NAME: GlobalGala === .env File Check === APP_URL=https://dev-api.globalgala.com MAIL_FROM_ADDRESS=noreply-test@globalgalashow.com MAIL_FROM_NAME="${APP_NAME}" === Cached Config Check === WARNING: Cached config exists at bootstrap/cache/config.php Modified: 2025-12-18 10:33:00 Run: rm -f bootstrap/cache/config.php && php artisan config:cache