GET https://ngravecreations.com/cart

CartController :: index

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\CartController::index"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#768
  -links: [
    770 => Symfony\Component\WebLink\Link {#770
      -href: "/assets/styles/app-59b810530e9e1876c86b1a1f6d016ff9.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
    }
  ]
}
_route
"app_cart"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"bfb340"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"care_did=8ab9462c-1fba-4cd2-9a31-e364fdfe8ed5"
host
"ngravecreations.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 22 Dec 2024 18:02:10 GMT"
link
"</assets/styles/app-59b810530e9e1876c86b1a1f6d016ff9.css>; rel="preload"; as="style""
x-debug-token
"8ed263"

Cookies

Request Cookies

Key Value
care_did
"8ab9462c-1fba-4cd2-9a31-e364fdfe8ed5"

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Sun, 22 Dec 24 18:02:10 +0000"
Last used
"Sun, 22 Dec 24 18:02:10 +0000"
Lifetime
0

Session Attributes

No session attributes

Session Usage

9 Usages
Stateless check enabled
Usage
App\Controller\CartController:18
[
  [
    "file" => "/home/sylvain/ngrave/src/Controller/CartController.php"
    "line" => 18
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "index"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\BaseController:13
[
  [
    "file" => "/home/sylvain/ngrave/src/Controller/BaseController.php"
    "line" => 13
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/src/Controller/CartController.php"
    "line" => 19
    "function" => "getTotalItemsInCart"
    "class" => "App\Controller\BaseController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "index"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 92
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1629
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/var/cache/dev/twig/72/722e1c5a7e2f656368100fdaccd03bcd.php"
    "line" => 221
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_859f466bcdbc90c93c659e648a956dd0"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/var/cache/dev/twig/02/02e936ad7867d2560a9620d34a99a141.php"
    "line" => 108
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e96abf7b3adba4ec1a97587b781b987a"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/var/cache/dev/twig/fb/fb6856814bce070386b35da67d6c0817.php"
    "line" => 50
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_2abd82ba50ef7461a944453a759fe295"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Environment.php"
    "line" => 307
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/src/Controller/CartController.php"
    "line" => 34
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "index"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Twig\Extension\CoreExtension:1629
[
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1629
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/var/cache/dev/twig/72/722e1c5a7e2f656368100fdaccd03bcd.php"
    "line" => 276
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_859f466bcdbc90c93c659e648a956dd0"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/var/cache/dev/twig/02/02e936ad7867d2560a9620d34a99a141.php"
    "line" => 108
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e96abf7b3adba4ec1a97587b781b987a"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/var/cache/dev/twig/fb/fb6856814bce070386b35da67d6c0817.php"
    "line" => 50
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_2abd82ba50ef7461a944453a759fe295"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/twig/twig/src/Environment.php"
    "line" => 307
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/src/Controller/CartController.php"
    "line" => 34
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "index"
    "class" => "App\Controller\CartController"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 211
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 211
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 211
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 211
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 211
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sylvain/ngrave/public/index.php"
    "line" => 5
    "args" => [
      "/home/sylvain/ngrave/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ACCESS_TOKEN_VIDEO
"EAAKFqoxJodoBOwncrW5IbstQFE4qEq8KCQExqJAlZCxpM8XZBIWk27fN5FU7EruyMmZB1ZBw4xukDDYZAjd85E5YJzO30eEEu6DH7BTMHtKs07Lc1d8sp8WRbZAHnHrFGBuSl6SAclCCGHeCcYJfakUVtEKCaEXoZAZALEqhsoLgD8w0rMypSVAGZCce4"
ACCES_TOKEN
"1804611521806573568-f4DXWuHteIZxb5JUzUgW32nrB9LsJn"
ACCES_TOKEN_SECRET
"HwuPY0xxpc07MMlmXx4lrLxiIrfgC5GEGMMv0Jk9uxJhy"
API_FACEBOOK
"EAAM090dUuakBO25AMyO2zItmsaGZC2jMVoKU7JrYfRorSfpopS5uQj4C6mwm19tus6xfkVBV787srRfuPpdpPlzW3HZAmyf6LX2QG8IXxslL6CNmrGQgbaOsSHkUOPm0OZBkXnWb0hE7pNM8Hz08szbOZCXvmJv2jZCCZBvEZBzZBZAogUTJZC731tOkZBf&access_token=EAAM090dUuakBO25AMyO2zItmsaGZC2jMVoKU7JrYfRorSfpopS5uQj4C6mwm19tus6xfkVBV787srRfuPpdpPlzW3HZAmyf6LX2QG8IXxslL6CNmrGQgbaOsSHkUOPm0OZBkXnWb0hE7pNM8Hz08szbOZCXvmJv2jZCCZBvEZBzZBZAogUTJZC731tOkZBf"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"247eee8f4a8e5d69df9512017e86717c"
BEARER_TOKEN
"AAAAAAAAAAAAAAAAAAAAANjKuQEAAAAAEYbxucklAFjGhElAcTd2c%2Fpo0E8%3D0nFpdiex5A9WRR37EjeOKByLi9I1Gw01tNegO0EFyspHDoR0qm"
CLIENT_SECRET_PATH
"%kernel.project_dir%/config/client_secret.json"
CONSUMER_KEY
"lFnCjZS6b4BWJJfjwF7qFjEMq"
CONSUMER_SECRET
"pbntId0Vg9RbltL1JS16GX7BZfwb1K9TqhmTUMZydpic7FFqzj"
DATABASE_URL
"mysql://sylvain:S08051980r!@localhost:3306/ngrave?serverVersion=8.0&charset=utf8"
GOOGLE_API_KEY
""
GOOGLE_AUTH_CONFIG
"%kernel.project_dir%/path/to/file.json"
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
IG_USER_ID
"17841448817331335"
INSTAGRAM_ACCESS_TOKEN
"EAAjSlUrgJZBEBO79YXpQThsOXBt8uSKOUftze1xzEa9OAi0PsjkyNRIr6Ix6EJYAiod4mJWyoifUda5ZBfh8wZAU0bcTaCFVIvUkCmlVPiRW1QZBPZB5h0qadLOFy19eDVMGN7YEHZAWTHqq9FRElhGv0ZBbL3jBXrPNhETYPWn75DnItsEP369JBrL"
INSTAGRAM_BUSINESS_ACCOUNT_ID
"17841448817331335"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PAGE_ID
"413717838483137"
PAYPAL_CLIENT_ID
"ARUpQ6bb9BIlqzrjdrdK5JgYs98aLSlVPiMV21g1p2KPathM19XeQ6iIzPKUFq1KpqKaZztWlEweByPA"
PAYPAL_CURRENCY
"GBP"
PAYPAL_SECRET_KEY
"EGiHIwaFhUsLtKgsGIfybGF_Qs0alQzs9TfDot2LDgYyaGlNldP5_6rrETzYoQ4hDroqMq14xYGJh4IG"
RECAPTCHA3_KEY
"6Lfv_fcpAAAAAFeL_g95Nr7ktm4Fj1EWeJwBuc5c"
RECAPTCHA3_SECRET
"6Lfv_fcpAAAAAKuoDY8HBhqohaNnADFLofkLVOGJ"
SECRET_EMAIL_GOOGLE
"ngrave.creative.custom@gmail.com"
SECRET_EMAIL_SEND
"ngrave.creative.custom@gmail.com"
SECRET_KEY_GOOGLE
"xgxh zzkr qljd zrua"
charset
"utf8"
database
"ngrave"
host
"localhost"
password
"S08051980r!"
user
"sylvain"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/sylvain/ngrave/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/sylvain/ngrave/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"care_did=8ab9462c-1fba-4cd2-9a31-e364fdfe8ed5"
HTTP_HOST
"ngravecreations.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"ngravecreations.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/cart"
REMOTE_ADDR
"18.119.133.214"
REMOTE_PORT
"2530"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734890530
REQUEST_TIME_FLOAT
1734890530.3869
REQUEST_URI
"/cart"
SCRIPT_FILENAME
"/home/sylvain/ngrave/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"163.172.41.212"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"ngravecreations.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at ngravecreations.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SSL_TLS_SNI
"ngravecreations.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,SECRET_KEY_GOOGLE,SECRET_EMAIL_GOOGLE,SECRET_EMAIL_SEND,API_FACEBOOK,PAGE_ID,BEARER_TOKEN,CONSUMER_KEY,CONSUMER_SECRET,ACCES_TOKEN,ACCES_TOKEN_SECRET,CLIENT_SECRET_PATH,INSTAGRAM_ACCESS_TOKEN,INSTAGRAM_BUSINESS_ACCOUNT_ID,IG_USER_ID,ACCESS_TOKEN_VIDEO,DATABASE_URL,host,user,password,database,charset,MESSENGER_TRANSPORT_DSN,PAYPAL_CLIENT_ID,PAYPAL_SECRET_KEY,PAYPAL_CURRENCY,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_AUTH_CONFIG"