Bootstrap Configuration Check

1. BASE_PATH

プロジェクトのルートディレクトリ:

/home/u940736501/domains/takenokotour.com

2. Environment Variables ($_ENV)

.env.php から読み込まれた設定値:

Array
(
    [APP_ENV] => development
    [DB_HOST] => localhost
    [DB_NAME] => takenoko_db
    [DB_USER] => db_user
    [DB_PASS] => your_password
    [BASE_URL] => http://localhost:8080
)

3. PHPMailer Autoload Check

ERROR: PHPMailer class NOT found. Composer autoload might be failing.

4. Error Reporting Settings