Symfony Exception

NotFoundHttpException

HTTP 404 Not Found

Exception

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

  1.      */
  2.     protected function handleDispatcherResponse($routeInfo)
  3.     {
  4.         switch ($routeInfo[0]) {
  5.             case Dispatcher::NOT_FOUND:
  6.                 throw new NotFoundHttpException;
  7.             case Dispatcher::METHOD_NOT_ALLOWED:
  8.                 throw new MethodNotAllowedHttpException($routeInfo[1]);
  9.             case Dispatcher::FOUND:
  10.                 return $this->handleFoundRoute($routeInfo);
  11.         }
  1.                 if (isset($this->router->getRoutes()[$method.$pathInfo])) {
  2.                     return $this->handleFoundRoute([true$this->router->getRoutes()[$method.$pathInfo]['action'], []]);
  3.                 }
  4.                 return $this->handleDispatcherResponse(
  5.                     $this->createDispatcher()->dispatch($method$pathInfo)
  6.                 );
  7.             });
  8.         } catch (Throwable $e) {
  9.             return $this->prepareResponse($this->sendExceptionToHandler($e));
  10.         }
  1.                 ->send($this->make('request'))
  2.                 ->through($middleware)
  3.                 ->then($then);
  4.         }
  5.         return $then($this->make('request'));
  6.     }
  7.     /**
  8.      * Prepare the response for sending.
  9.      *
  1.                 }
  2.                 return $this->handleDispatcherResponse(
  3.                     $this->createDispatcher()->dispatch($method$pathInfo)
  4.                 );
  5.             });
  6.         } catch (Throwable $e) {
  7.             return $this->prepareResponse($this->sendExceptionToHandler($e));
  8.         }
  9.     }
  1.      * @param  SymfonyRequest|null  $request
  2.      * @return void
  3.      */
  4.     public function run($request null)
  5.     {
  6.         $response $this->dispatch($request);
  7.         if ($response instanceof SymfonyResponse) {
  8.             $response->send();
  9.         } else {
  10.             echo (string) $response;
  1. | the client's browser allowing them to enjoy the creative
  2. | and wonderful application we have prepared for them.
  3. |
  4. */
  5. $app->run();
  6. dd($app$app->request);

Stack Trace

NotFoundHttpException

Symfony\Component\HttpKernel\Exception\NotFoundHttpException:

  at /dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:230
  at Laravel\Lumen\Application->handleDispatcherResponse(array(0))
     (/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:170)
  at Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}(object(Request))
     (/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:426)
  at Laravel\Lumen\Application->sendThroughPipeline(array(), object(Closure))
     (/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:172)
  at Laravel\Lumen\Application->dispatch(null)
     (/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:109)
  at Laravel\Lumen\Application->run()
     (/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/public/index.php:28)                
^ Laravel\Lumen\Application {#2
  #basePath: "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos"
  #loadedConfigurations: array:1 [
    "app" => true
  ]
  #booted: true
  #loadedProviders: []
  #ranServiceBinders: array:1 [
    "registerConfigBindings" => true
  ]
  #storagePath: null
  #namespace: null
  +router: Laravel\Lumen\Routing\Router {#57
    +app: Laravel\Lumen\Application {#2}
    #groupStack: []
    #routes: array:1 [
      "GET/eventos/{tipo}[/{nome}]" => array:3 [
        "method" => "GET"
        "uri" => "/eventos/{tipo}[/{nome}]"
        "action" => array:1 [
          0 => Closure($tipo, $nome = null) {#56}
        ]
      ]
    ]
    +namedRoutes: []
  }
  +availableBindings: array:44 [
    "auth" => "registerAuthBindings"
    "auth.driver" => "registerAuthBindings"
    "Illuminate\Auth\AuthManager" => "registerAuthBindings"
    "Illuminate\Contracts\Auth\Guard" => "registerAuthBindings"
    "Illuminate\Contracts\Auth\Access\Gate" => "registerAuthBindings"
    "Illuminate\Contracts\Broadcasting\Broadcaster" => "registerBroadcastingBindings"
    "Illuminate\Contracts\Broadcasting\Factory" => "registerBroadcastingBindings"
    "Illuminate\Contracts\Bus\Dispatcher" => "registerBusBindings"
    "cache" => "registerCacheBindings"
    "cache.store" => "registerCacheBindings"
    "Illuminate\Contracts\Cache\Factory" => "registerCacheBindings"
    "Illuminate\Contracts\Cache\Repository" => "registerCacheBindings"
    "composer" => "registerComposerBindings"
    "config" => "registerConfigBindings"
    "db" => "registerDatabaseBindings"
    "Illuminate\Database\Eloquent\Factory" => "registerDatabaseBindings"
    "filesystem" => "registerFilesystemBindings"
    "filesystem.cloud" => "registerFilesystemBindings"
    "filesystem.disk" => "registerFilesystemBindings"
    "Illuminate\Contracts\Filesystem\Cloud" => "registerFilesystemBindings"
    "Illuminate\Contracts\Filesystem\Filesystem" => "registerFilesystemBindings"
    "Illuminate\Contracts\Filesystem\Factory" => "registerFilesystemBindings"
    "encrypter" => "registerEncrypterBindings"
    "Illuminate\Contracts\Encryption\Encrypter" => "registerEncrypterBindings"
    "events" => "registerEventBindings"
    "Illuminate\Contracts\Events\Dispatcher" => "registerEventBindings"
    "files" => "registerFilesBindings"
    "hash" => "registerHashBindings"
    "Illuminate\Contracts\Hashing\Hasher" => "registerHashBindings"
    "log" => "registerLogBindings"
    "Psr\Log\LoggerInterface" => "registerLogBindings"
    "queue" => "registerQueueBindings"
    "queue.connection" => "registerQueueBindings"
    "Illuminate\Contracts\Queue\Factory" => "registerQueueBindings"
    "Illuminate\Contracts\Queue\Queue" => "registerQueueBindings"
    "router" => "registerRouterBindings"
    "Psr\Http\Message\ServerRequestInterface" => "registerPsrRequestBindings"
    "Psr\Http\Message\ResponseInterface" => "registerPsrResponseBindings"
    "translator" => "registerTranslationBindings"
    "url" => "registerUrlGeneratorBindings"
    "validator" => "registerValidatorBindings"
    "Illuminate\Contracts\Validation\Factory" => "registerValidatorBindings"
    "view" => "registerViewBindings"
    "Illuminate\Contracts\View\Factory" => "registerViewBindings"
  ]
  #resolved: array:3 [
    "config" => true
    "App\Exceptions\Handler" => true
    "Illuminate\Contracts\Debug\ExceptionHandler" => true
  ]
  #bindings: array:3 [
    "config" => array:2 [
      "concrete" => Closure() {#14
        class: "Laravel\Lumen\Application"
        this: Laravel\Lumen\Application {#2}
      }
      "shared" => true
    ]
    "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
      "concrete" => Closure($container, $parameters = []) {#58
        class: "Illuminate\Container\Container"
        this: Laravel\Lumen\Application {#2}
        use: {
          $abstract: "Illuminate\Contracts\Debug\ExceptionHandler"
          $concrete: "App\Exceptions\Handler"
        }
      }
      "shared" => true
    ]
    "Illuminate\Contracts\Console\Kernel" => array:2 [
      "concrete" => Closure($container, $parameters = []) {#55
        class: "Illuminate\Container\Container"
        this: Laravel\Lumen\Application {#2}
        use: {
          $abstract: "Illuminate\Contracts\Console\Kernel"
          $concrete: "App\Console\Kernel"
        }
      }
      "shared" => true
    ]
  ]
  #methodBindings: []
  #instances: array:7 [
    "app" => Laravel\Lumen\Application {#2}
    "Laravel\Lumen\Application" => Laravel\Lumen\Application {#2}
    "path" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/app"
    "config" => Illuminate\Config\Repository {#3
      #items: array:1 [
        "app" => array:9 [
          "name" => "Lumen"
          "env" => "local"
          "debug" => true
          "url" => "http://localhost"
          "timezone" => "UTC"
          "locale" => "en"
          "fallback_locale" => "en"
          "key" => "P9LhveZJMNMLL9Kcg4xrvVYChIopt7xz"
          "cipher" => "AES-256-CBC"
        ]
      ]
    }
    "env" => "local"
    "Illuminate\Http\Request" => Laravel\Lumen\Http\Request {#37
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#54
        class: "Laravel\Lumen\Application"
        this: Laravel\Lumen\Application {#2}
      }
      #routeResolver: Closure() {#48
        class: "Laravel\Lumen\Application"
        this: Laravel\Lumen\Application {#2}
      }
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#35
        #parameters: []
      }
      +request: Symfony\Component\HttpFoundation\InputBag {#32
        #parameters: []
      }
      +query: Symfony\Component\HttpFoundation\InputBag {#32}
      +server: Symfony\Component\HttpFoundation\ServerBag {#33
        #parameters: array:84 [
          "REDIRECT_HTTPS" => "on"
          "REDIRECT_SSL_TLS_SNI" => "www.colegioetapa.com.br"
          "REDIRECT_STATUS" => "200"
          "HTTPS" => "on"
          "SSL_TLS_SNI" => "www.colegioetapa.com.br"
          "SSL_SERVER_S_DN_CN" => "*.colegioetapa.com.br"
          "SSL_SERVER_I_DN_C" => "US"
          "SSL_SERVER_I_DN_ST" => "Arizona"
          "SSL_SERVER_I_DN_L" => "Scottsdale"
          "SSL_SERVER_I_DN_O" => "GoDaddy.com, Inc."
          "SSL_SERVER_I_DN_OU" => "http://certs.godaddy.com/repository/"
          "SSL_SERVER_I_DN_CN" => "Go Daddy Secure Certificate Authority - G2"
          "SSL_SERVER_SAN_DNS_0" => "*.colegioetapa.com.br"
          "SSL_SERVER_SAN_DNS_1" => "colegioetapa.com.br"
          "SSL_VERSION_INTERFACE" => "mod_ssl/2.4.25"
          "SSL_VERSION_LIBRARY" => "OpenSSL/1.0.2u"
          "SSL_PROTOCOL" => "TLSv1.2"
          "SSL_SECURE_RENEG" => "true"
          "SSL_COMPRESS_METHOD" => "NULL"
          "SSL_CIPHER" => "ECDHE-RSA-AES256-GCM-SHA384"
          "SSL_CIPHER_EXPORT" => "false"
          "SSL_CIPHER_USEKEYSIZE" => "256"
          "SSL_CIPHER_ALGKEYSIZE" => "256"
          "SSL_CLIENT_VERIFY" => "NONE"
          "SSL_SERVER_M_VERSION" => "3"
          "SSL_SERVER_M_SERIAL" => "976901584FD8E3C2"
          "SSL_SERVER_V_START" => "Jan  9 12:11:11 2024 GMT"
          "SSL_SERVER_V_END" => "Feb  9 12:11:11 2025 GMT"
          "SSL_SERVER_S_DN" => "CN=*.colegioetapa.com.br"
          "SSL_SERVER_I_DN" => "CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\, Inc.,L=Scottsdale,ST=Arizona,C=US"
          "SSL_SERVER_A_KEY" => "rsaEncryption"
          "SSL_SERVER_A_SIG" => "sha256WithRSAEncryption"
          "SSL_SESSION_RESUMED" => "Initial"
          "HTTP_X_FORWARDED_PROTO" => "https"
          "HTTP_X_FORWARDED_PORT" => "443"
          "HTTP_X_FORWARDED_FOR" => "35.172.193.238:57652"
          "HTTP_X_ORIGINAL_URL" => "/eventos/"
          "HTTP_CONNECTION" => "keep-alive"
          "HTTP_X_APPGW_TRACE_ID" => "617b8f6564189c5f8cbf2a32820107fb"
          "HTTP_HOST" => "www.colegioetapa.com.br"
          "HTTP_X_ORIGINAL_HOST" => "www.colegioetapa.com.br"
          "HTTP_ACCEPT" => "*/*"
          "HTTP_USER_AGENT" => "claudebot"
          "HTTP_REFERER" => "https://www.colegioetapa.com.br/eventos"
          "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
          "SERVER_SIGNATURE" => ""
          "SERVER_SOFTWARE" => "Apache"
          "SERVER_NAME" => "www.colegioetapa.com.br"
          "SERVER_ADDR" => "10.1.4.4"
          "SERVER_PORT" => "443"
          "REMOTE_ADDR" => "10.1.3.41"
          "DOCUMENT_ROOT" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/"
          "REQUEST_SCHEME" => "https"
          "CONTEXT_PREFIX" => ""
          "CONTEXT_DOCUMENT_ROOT" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/"
          "SERVER_ADMIN" => "ti@etapa.com.br"
          "SCRIPT_FILENAME" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/public/index.php"
          "REMOTE_PORT" => "41096"
          "REDIRECT_URL" => "/eventos/"
          "GATEWAY_INTERFACE" => "CGI/1.1"
          "SERVER_PROTOCOL" => "HTTP/1.1"
          "REQUEST_METHOD" => "GET"
          "QUERY_STRING" => ""
          "REQUEST_URI" => "/eventos/"
          "SCRIPT_NAME" => "/eventos/public/index.php"
          "PHP_SELF" => "/eventos/public/index.php"
          "REQUEST_TIME_FLOAT" => 1711626685.4736
          "REQUEST_TIME" => 1711626685
          "APP_NAME" => "Lumen"
          "APP_ENV" => "local"
          "APP_KEY" => "P9LhveZJMNMLL9Kcg4xrvVYChIopt7xz"
          "APP_DEBUG" => "true"
          "APP_URL" => "http://localhost"
          "APP_TIMEZONE" => "UTC-3"
          "LOG_CHANNEL" => "stack"
          "LOG_SLACK_WEBHOOK_URL" => ""
          "DB_CONNECTION" => "mysql"
          "DB_HOST" => "dpdaz.grupoetapa.com.br"
          "DB_PORT" => "3306"
          "DB_DATABASE" => "etapa"
          "DB_USERNAME" => "usr_azint"
          "DB_PASSWORD" => "1&Q9[4VgtHa"
          "CACHE_DRIVER" => "file"
          "QUEUE_CONNECTION" => "sync"
        ]
      }
      +files: Symfony\Component\HttpFoundation\FileBag {#34
        #parameters: []
      }
      +cookies: Symfony\Component\HttpFoundation\InputBag {#36
        #parameters: []
      }
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#28
        #headers: array:11 [
          "x-forwarded-proto" => array:1 [
            0 => "https"
          ]
          "x-forwarded-port" => array:1 [
            0 => "443"
          ]
          "x-forwarded-for" => array:1 [
            0 => "35.172.193.238:57652"
          ]
          "x-original-url" => array:1 [
            0 => "/eventos/"
          ]
          "connection" => array:1 [
            0 => "keep-alive"
          ]
          "x-appgw-trace-id" => array:1 [
            0 => "617b8f6564189c5f8cbf2a32820107fb"
          ]
          "host" => array:1 [
            0 => "www.colegioetapa.com.br"
          ]
          "x-original-host" => array:1 [
            0 => "www.colegioetapa.com.br"
          ]
          "accept" => array:1 [
            0 => "*/*"
          ]
          "user-agent" => array:1 [
            0 => "claudebot"
          ]
          "referer" => array:1 [
            0 => "https://www.colegioetapa.com.br/eventos"
          ]
        ]
        #cacheControl: []
      }
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/eventos/"
      #requestUri: "/eventos/"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      -isSafeContentPreferred: null
      basePath: ""
      format: "html"
    }
    "Illuminate\Contracts\Debug\ExceptionHandler" => App\Exceptions\Handler {#53
      #dontReport: array:4 [
        0 => "Illuminate\Auth\Access\AuthorizationException"
        1 => "Symfony\Component\HttpKernel\Exception\HttpException"
        2 => "Illuminate\Database\Eloquent\ModelNotFoundException"
        3 => "Illuminate\Validation\ValidationException"
      ]
    }
  ]
  #aliases: array:29 [
    "Illuminate\Contracts\Foundation\Application" => "app"
    "Illuminate\Contracts\Auth\Factory" => "auth"
    "Illuminate\Contracts\Auth\Guard" => "auth.driver"
    "Illuminate\Contracts\Cache\Factory" => "cache"
    "Illuminate\Contracts\Cache\Repository" => "cache.store"
    "Illuminate\Contracts\Config\Repository" => "config"
    "Illuminate\Container\Container" => "app"
    "Illuminate\Contracts\Container\Container" => "app"
    "Illuminate\Database\ConnectionResolverInterface" => "db"
    "Illuminate\Database\DatabaseManager" => "db"
    "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
    "Illuminate\Contracts\Events\Dispatcher" => "events"
    "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
    "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
    "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
    "Illuminate\Contracts\Hashing\Hasher" => "hash"
    "log" => "Psr\Log\LoggerInterface"
    "Illuminate\Contracts\Queue\Factory" => "queue"
    "Illuminate\Contracts\Queue\Queue" => "queue.connection"
    "Illuminate\Redis\RedisManager" => "redis"
    "Illuminate\Contracts\Redis\Factory" => "redis"
    "Illuminate\Redis\Connections\Connection" => "redis.connection"
    "Illuminate\Contracts\Redis\Connection" => "redis.connection"
    "request" => "Illuminate\Http\Request"
    "Laravel\Lumen\Routing\Router" => "router"
    "Illuminate\Contracts\Translation\Translator" => "translator"
    "Laravel\Lumen\Routing\UrlGenerator" => "url"
    "Illuminate\Contracts\Validation\Factory" => "validator"
    "Illuminate\Contracts\View\Factory" => "view"
  ]
  #abstractAliases: []
  #extenders: []
  #tags: []
  #buildStack: []
  #with: []
  +contextual: []
  #reboundCallbacks: []
  #globalResolvingCallbacks: []
  #globalAfterResolvingCallbacks: []
  #resolvingCallbacks: []
  #afterResolvingCallbacks: []
  #middleware: []
  #routeMiddleware: []
  #currentRoute: null
  #dispatcher: null
}
^ Laravel\Lumen\Http\Request {#37
  #json: null
  #convertedFiles: null
  #userResolver: Closure($guard = null) {#54
    class: "Laravel\Lumen\Application"
    this: Laravel\Lumen\Application {#2 …}
  }
  #routeResolver: Closure() {#48
    class: "Laravel\Lumen\Application"
    this: Laravel\Lumen\Application {#2 …}
  }
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#35
    #parameters: []
  }
  +request: Symfony\Component\HttpFoundation\InputBag {#32
    #parameters: []
  }
  +query: Symfony\Component\HttpFoundation\InputBag {#32}
  +server: Symfony\Component\HttpFoundation\ServerBag {#33
    #parameters: array:84 [
      "REDIRECT_HTTPS" => "on"
      "REDIRECT_SSL_TLS_SNI" => "www.colegioetapa.com.br"
      "REDIRECT_STATUS" => "200"
      "HTTPS" => "on"
      "SSL_TLS_SNI" => "www.colegioetapa.com.br"
      "SSL_SERVER_S_DN_CN" => "*.colegioetapa.com.br"
      "SSL_SERVER_I_DN_C" => "US"
      "SSL_SERVER_I_DN_ST" => "Arizona"
      "SSL_SERVER_I_DN_L" => "Scottsdale"
      "SSL_SERVER_I_DN_O" => "GoDaddy.com, Inc."
      "SSL_SERVER_I_DN_OU" => "http://certs.godaddy.com/repository/"
      "SSL_SERVER_I_DN_CN" => "Go Daddy Secure Certificate Authority - G2"
      "SSL_SERVER_SAN_DNS_0" => "*.colegioetapa.com.br"
      "SSL_SERVER_SAN_DNS_1" => "colegioetapa.com.br"
      "SSL_VERSION_INTERFACE" => "mod_ssl/2.4.25"
      "SSL_VERSION_LIBRARY" => "OpenSSL/1.0.2u"
      "SSL_PROTOCOL" => "TLSv1.2"
      "SSL_SECURE_RENEG" => "true"
      "SSL_COMPRESS_METHOD" => "NULL"
      "SSL_CIPHER" => "ECDHE-RSA-AES256-GCM-SHA384"
      "SSL_CIPHER_EXPORT" => "false"
      "SSL_CIPHER_USEKEYSIZE" => "256"
      "SSL_CIPHER_ALGKEYSIZE" => "256"
      "SSL_CLIENT_VERIFY" => "NONE"
      "SSL_SERVER_M_VERSION" => "3"
      "SSL_SERVER_M_SERIAL" => "976901584FD8E3C2"
      "SSL_SERVER_V_START" => "Jan  9 12:11:11 2024 GMT"
      "SSL_SERVER_V_END" => "Feb  9 12:11:11 2025 GMT"
      "SSL_SERVER_S_DN" => "CN=*.colegioetapa.com.br"
      "SSL_SERVER_I_DN" => "CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\, Inc.,L=Scottsdale,ST=Arizona,C=US"
      "SSL_SERVER_A_KEY" => "rsaEncryption"
      "SSL_SERVER_A_SIG" => "sha256WithRSAEncryption"
      "SSL_SESSION_RESUMED" => "Initial"
      "HTTP_X_FORWARDED_PROTO" => "https"
      "HTTP_X_FORWARDED_PORT" => "443"
      "HTTP_X_FORWARDED_FOR" => "35.172.193.238:57652"
      "HTTP_X_ORIGINAL_URL" => "/eventos/"
      "HTTP_CONNECTION" => "keep-alive"
      "HTTP_X_APPGW_TRACE_ID" => "617b8f6564189c5f8cbf2a32820107fb"
      "HTTP_HOST" => "www.colegioetapa.com.br"
      "HTTP_X_ORIGINAL_HOST" => "www.colegioetapa.com.br"
      "HTTP_ACCEPT" => "*/*"
      "HTTP_USER_AGENT" => "claudebot"
      "HTTP_REFERER" => "https://www.colegioetapa.com.br/eventos"
      "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      "SERVER_SIGNATURE" => ""
      "SERVER_SOFTWARE" => "Apache"
      "SERVER_NAME" => "www.colegioetapa.com.br"
      "SERVER_ADDR" => "10.1.4.4"
      "SERVER_PORT" => "443"
      "REMOTE_ADDR" => "10.1.3.41"
      "DOCUMENT_ROOT" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/"
      "REQUEST_SCHEME" => "https"
      "CONTEXT_PREFIX" => ""
      "CONTEXT_DOCUMENT_ROOT" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/"
      "SERVER_ADMIN" => "ti@etapa.com.br"
      "SCRIPT_FILENAME" => "/dataGluster/dataNFSColegioetapa/colegioetapa.com.br/eventos/public/index.php"
      "REMOTE_PORT" => "41096"
      "REDIRECT_URL" => "/eventos/"
      "GATEWAY_INTERFACE" => "CGI/1.1"
      "SERVER_PROTOCOL" => "HTTP/1.1"
      "REQUEST_METHOD" => "GET"
      "QUERY_STRING" => ""
      "REQUEST_URI" => "/eventos/"
      "SCRIPT_NAME" => "/eventos/public/index.php"
      "PHP_SELF" => "/eventos/public/index.php"
      "REQUEST_TIME_FLOAT" => 1711626685.4736
      "REQUEST_TIME" => 1711626685
      "APP_NAME" => "Lumen"
      "APP_ENV" => "local"
      "APP_KEY" => "P9LhveZJMNMLL9Kcg4xrvVYChIopt7xz"
      "APP_DEBUG" => "true"
      "APP_URL" => "http://localhost"
      "APP_TIMEZONE" => "UTC-3"
      "LOG_CHANNEL" => "stack"
      "LOG_SLACK_WEBHOOK_URL" => ""
      "DB_CONNECTION" => "mysql"
      "DB_HOST" => "dpdaz.grupoetapa.com.br"
      "DB_PORT" => "3306"
      "DB_DATABASE" => "etapa"
      "DB_USERNAME" => "usr_azint"
      "DB_PASSWORD" => "1&Q9[4VgtHa"
      "CACHE_DRIVER" => "file"
      "QUEUE_CONNECTION" => "sync"
    ]
  }
  +files: Symfony\Component\HttpFoundation\FileBag {#34
    #parameters: []
  }
  +cookies: Symfony\Component\HttpFoundation\InputBag {#36
    #parameters: []
  }
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#28
    #headers: array:11 [
      "x-forwarded-proto" => array:1 [
        0 => "https"
      ]
      "x-forwarded-port" => array:1 [
        0 => "443"
      ]
      "x-forwarded-for" => array:1 [
        0 => "35.172.193.238:57652"
      ]
      "x-original-url" => array:1 [
        0 => "/eventos/"
      ]
      "connection" => array:1 [
        0 => "keep-alive"
      ]
      "x-appgw-trace-id" => array:1 [
        0 => "617b8f6564189c5f8cbf2a32820107fb"
      ]
      "host" => array:1 [
        0 => "www.colegioetapa.com.br"
      ]
      "x-original-host" => array:1 [
        0 => "www.colegioetapa.com.br"
      ]
      "accept" => array:1 [
        0 => "*/*"
      ]
      "user-agent" => array:1 [
        0 => "claudebot"
      ]
      "referer" => array:1 [
        0 => "https://www.colegioetapa.com.br/eventos"
      ]
    ]
    #cacheControl: []
  }
  #content: null
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: array:1 [
    0 => "*/*"
  ]
  #pathInfo: "/eventos/"
  #requestUri: "/eventos/"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: null
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  basePath: ""
  format: "html"
}