I'm using Symfony 6.3 but not seeing the debug toolbar.
I have the web-profiler and debug-bundle installed. My env file is set to APP_ENV=dev. My web_profiler.yaml is set to toolbar=true.
What else might I need to check here?
The toolbar is appended just before the closing of the <body>
tag. Therefore, it will only show if your HTML document contains a <body>
tag) on this answer: https://stackoverflow.com/a/58853809/11350193
– Dylan KAS Jul 03 '23 at 14:14