Shopware 6 with APP_ENV=dev does not display the debug toolbar
Asked Answered
B

2

5

After reading this https://developer.shopware.com/docs/guides/plugins/apps/app-scripts#developing-debugging-scripts, I updated the .env file and set "dev" as APP_ENV value but the debug bar is not displayed anywhere in the storefront.

Is there something else to do?

My local Shopware version is 6.4.18.0

Bougie answered 25/5, 2023 at 8:56 Comment(0)
D
13

If you used the Symfony Flex template via composer create-project shopware/production you have to additionally install shopware/dev-tools

composer require shopware/dev-tools
Duwalt answered 25/5, 2023 at 9:49 Comment(2)
I had the same issue when installing 6.5 using the shopware-installer.phar.php file. Running the composer command solved it.Cozy
composer require --dev shopware/dev-tools for dev env only.Dooley
A
0

Install profiler bundle:

composer require --dev profiler

Acidulous answered 28/8 at 6:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.