SecurityController :: login
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "AppCore\Controller\SecurityController::login" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#1353 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/login" +name: "auth_login" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _links | Symfony\Component\WebLink\GenericLinkProvider {#89 -links: [ 998 => Symfony\Component\WebLink\Link {#998 -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] -href: "/assets/styles/app-lIn3DqF.css" } 1004 => Symfony\Component\WebLink\Link {#1004 -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] -href: "/assets/@symfony/ux-dropzone/style.min-Ujii2vD.css" } 1000 => Symfony\Component\WebLink\Link {#1000 -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] -href: "/assets/vendor/flatpickr/dist/flatpickr.min-9WGATzr.css" } ] } |
| _route | "auth_login" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1400 -supports: false -passport: null -duration: null -stub: "AppCore\Security\OAuthAuthenticator" -authenticated: null -exception: null -authenticator: AppCore\Security\OAuthAuthenticator {#1415 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1399 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#1473 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1397 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#1396 …} } ] |
| _stopwatch_token | "0a49f6" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| connection | "close" |
| host | "skunkworx.asuscomm.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).
Retry Command
curl \ --compressed \ --url "https://skunkworx.asuscomm.com/login" \ --header "Connection: close" \ --header "Accept-Encoding: gzip, br, zstd, deflate" \ --header "User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" \ --header "Accept: */*" \ --header "X-Php-Ob-Level: 1"
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Wed, 16 Sep 2026 17:47:17 GMT" |
| expires | "Wed, 16 Sep 2026 17:47:17 GMT" |
| link | "</assets/styles/app-lIn3DqF.css>; rel="preload"; as="style",</assets/@symfony/ux-dropzone/style.min-Ujii2vD.css>; rel="preload"; as="style",</assets/vendor/flatpickr/dist/flatpickr.min-9WGATzr.css>; rel="preload"; as="style"" |
| permissions-policy | "geolocation=(), microphone=(), camera=()" |
| referrer-policy | "strict-origin-when-cross-origin" |
| set-cookie | "PHPSESSID=93a7d0bfb4fbd6586e17324902eaa423; path=/; secure; httponly; samesite=lax" |
| strict-transport-security | "max-age=31536000; includeSubDomains" |
| x-content-type-options | "nosniff" |
| x-debug-token | "7f8f77" |
| x-frame-options | "SAMEORIGIN" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
No request cookies
Response Cookies
| Key | Value |
|---|---|
| PHPSESSID | Symfony\Component\HttpFoundation\Cookie {#1758 #expire: 0 #path: "/" -sameSite: "lax" -secureDefault: false #name: "PHPSESSID" #value: "93a7d0bfb4fbd6586e17324902eaa423" #domain: "" #secure: true #httpOnly: true -raw: false -partitioned: false } |
Session 6
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-http\Authentication\AuthenticationUtils.php"
"line" => 57
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\src_core\Controller\SecurityController.php"
"line" => 102
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "AppCore\Controller\SecurityController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\public\index.php"
"line" => 5
"args" => [
"D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-http\Authentication\AuthenticationUtils.php"
"line" => 38
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\src_core\Controller\SecurityController.php"
"line" => 103
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "AppCore\Controller\SecurityController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\public\index.php"
"line" => 5
"args" => [
"D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-core\Authentication\Token\Storage\UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\twig-bridge\AppVariable.php"
"line" => 92
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Extension\CoreExtension.php"
"line" => 1928
"function" => "getUser"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\e6\e6842436a0f85149c3334d4cb3111846.php"
"line" => 66
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_b5c7bb8d25de12803a31bf9059f22348"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 62
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\21\217756520650760eaa251771d97d55b8.php"
"line" => 59
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_59bd2554daa7a8d8c63c9334aad48b80"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 472
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 477
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 281
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\src_core\Controller\SecurityController.php"
"line" => 101
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "AppCore\Controller\SecurityController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\public\index.php"
"line" => 5
"args" => [
"D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Bridge\Twig\AppVariable:181
[
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\twig-bridge\AppVariable.php"
"line" => 181
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Extension\CoreExtension.php"
"line" => 1928
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\ec\ec205ebdf28b5e0f8dcb52f07f8f308c.php"
"line" => 52
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_d2605e09b4f072d04fa15b9e98a89452"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 177
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 458
"function" => "block_tpl_body"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\e6\e6842436a0f85149c3334d4cb3111846.php"
"line" => 127
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_b5c7bb8d25de12803a31bf9059f22348"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 62
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\21\217756520650760eaa251771d97d55b8.php"
"line" => 59
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_59bd2554daa7a8d8c63c9334aad48b80"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 472
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 477
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 281
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\src_core\Controller\SecurityController.php"
"line" => 101
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "AppCore\Controller\SecurityController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\public\index.php"
"line" => 5
"args" => [
"D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:73
[
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-csrf\TokenStorage\SessionTokenStorage.php"
"line" => 73
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-csrf\CsrfTokenManager.php"
"line" => 69
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\form\FormRenderer.php"
"line" => 54
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\21\217756520650760eaa251771d97d55b8.php"
"line" => 128
"function" => "renderCsrfToken"
"class" => "Symfony\Component\Form\FormRenderer"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 458
"function" => "block_body"
"class" => "__TwigTemplate_59bd2554daa7a8d8c63c9334aad48b80"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 180
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 458
"function" => "block_tpl_body"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\e6\e6842436a0f85149c3334d4cb3111846.php"
"line" => 127
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_b5c7bb8d25de12803a31bf9059f22348"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 62
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\21\217756520650760eaa251771d97d55b8.php"
"line" => 59
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_59bd2554daa7a8d8c63c9334aad48b80"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 472
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 477
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 281
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\src_core\Controller\SecurityController.php"
"line" => 101
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "AppCore\Controller\SecurityController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\public\index.php"
"line" => 5
"args" => [
"D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:63
[
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-csrf\TokenStorage\SessionTokenStorage.php"
"line" => 63
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\security-csrf\CsrfTokenManager.php"
"line" => 74
"function" => "setToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\form\FormRenderer.php"
"line" => 54
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\21\217756520650760eaa251771d97d55b8.php"
"line" => 128
"function" => "renderCsrfToken"
"class" => "Symfony\Component\Form\FormRenderer"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 458
"function" => "block_body"
"class" => "__TwigTemplate_59bd2554daa7a8d8c63c9334aad48b80"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 180
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 458
"function" => "block_tpl_body"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\e6\e6842436a0f85149c3334d4cb3111846.php"
"line" => 127
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_b5c7bb8d25de12803a31bf9059f22348"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\34\3433fe2b442af8c8b472dfd12edf630d.php"
"line" => 62
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_8d4a329d9857fbed5f1631f63e785b45"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\var\cache\dev\twig\21\217756520650760eaa251771d97d55b8.php"
"line" => 59
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_59bd2554daa7a8d8c63c9334aad48b80"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\twig\twig\src\Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 472
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 477
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\framework-bundle\Controller\AbstractController.php"
"line" => 281
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\src_core\Controller\SecurityController.php"
"line" => 101
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 188
"function" => "login"
"class" => "AppCore\Controller\SecurityController"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\http-kernel\Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "D:\laragon\www\skunkworx\public\index.php"
"line" => 5
"args" => [
"D:\laragon\www\skunkworx\vendor\autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "15f5beda395e5e39d27bff2739a2c78d" |
| DATABASE_URL | "mysql://root:@127.0.0.1:3306/misocialnet?serverVersion=12.1.2-MariaDB&charset=utf8mb4" |
| DEFAULT_URI | "https://skunkworx.test" |
| MAILER_DSN | "null://null" |
| MAINTENANCE_MODE | "0" |
| MERCURE_PUBLIC_URL | "https://skunkworx.test/.well-known/mercure" |
| MERCURE_URL | "http://127.0.0.1:3000/.well-known/mercure" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| MINIFY | "0" |
| VAR_DUMPER_SERVER | "127.0.0.1:9912" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "D:\laragon\www\skunkworx" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "D:\laragon\www\skunkworx" ] |
| COMSPEC | "C:\WINDOWS\system32\cmd.exe" |
| CONTEXT_DOCUMENT_ROOT | "D:/laragon/www/skunkworx/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "D:/laragon/www/skunkworx/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_HOST | "skunkworx.asuscomm.com" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| PATH | "C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA App\NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Users\sales\AppData\Local\Microsoft\WindowsApps;D:\laragon\bin\git\bin;D:\laragon\bin\php\php-8.4.12-nts-Win32-vs17-x64;D:\laragon\bin\composer;D:\laragon\bin\nodejs\node-v26.7.0;D:\laragon\bin\mysql\mariadb-12.1.2-winx64\bin;D:\laragon\bin\redis\redis-x64-5.0.14.1;D:\laragon\bin\python\python-3.14.7;D:\laragon\bin\ngrok;D:\laragon\bin\mailpit\1.22.3;D:\laragon\bin\memcached\memcached-1.6.8-win64-mingw" |
| PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" |
| PHPRC | "D:/laragon/bin/php/php-8.4.12-nts-Win32-vs17-x64" |
| PHP_FCGI_MAX_REQUESTS | "0" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SSL_TLS_SNI | "skunkworx.asuscomm.com" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/login" |
| REMOTE_ADDR | "216.73.217.143" |
| REMOTE_PORT | "44397" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1789580836 |
| REQUEST_TIME_FLOAT | 1789580836.7672 |
| REQUEST_URI | "/login" |
| SCRIPT_FILENAME | "D:/laragon/www/skunkworx/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "192.168.50.118" |
| SERVER_ADMIN | "admin@example.com" |
| SERVER_NAME | "skunkworx.asuscomm.com" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache/2.4.66 (Win64) OpenSSL/3.6.0 mod_fcgid/2.3.10-dev" |
| SSL_TLS_SNI | "skunkworx.asuscomm.com" |
| SYMFONY_DOTENV_PATH | "D:\laragon\www\skunkworx/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,MAINTENANCE_MODE,APP_SECRET,MINIFY,DEFAULT_URI,DATABASE_URL,MAILER_DSN,MESSENGER_TRANSPORT_DSN,VAR_DUMPER_SERVER,MERCURE_URL,MERCURE_PUBLIC_URL" |
| SYSTEMDRIVE | "C:" |
| SYSTEMROOT | "C:/Windows" |
| SystemRoot | "C:\WINDOWS" |
| TEMP | "C:/Windows/Temp" |
| TMP | "C:/Windows/Temp" |
| WINDIR | "C:\WINDOWS" |
| _FCGI_SHUTDOWN_EVENT_ | "1636" |