# ddev for Shopware

- [Less than 5 Minutes Install with ddev and Symfony Flex](https://notebook.vanwittlaer.de/ddev-for-shopware/less-than-5-minutes-install-with-ddev-and-symfony-flex.md): This page describes how to install Shopware in a local ddev environment, using Shopware's Symfony Flex template.
- [Using shopware-cli with ddev](https://notebook.vanwittlaer.de/ddev-for-shopware/using-shopware-cli-with-ddev.md): This page explains how to use shopware-cli with ddev. shopware-cli replaces some of Shopware's commands (like bin/storefront-build.sh), and adds a set of useful commands.
- [Storefront and Admin Watchers with ddev](https://notebook.vanwittlaer.de/ddev-for-shopware/storefront-and-admin-watchers-with-ddev.md): This page explains how to set up and use Shopware's storefront and admin watchers.
- [Message Queue Setup with ddev](https://notebook.vanwittlaer.de/ddev-for-shopware/message-queue-setup-with-ddev.md): This page explains how to setup the messenger:consume and scheduled-task:run workers (the "message queue") in a ddev environment, mirroring a production server setup.
- [Contribute with ddev](https://notebook.vanwittlaer.de/ddev-for-shopware/contribute-with-ddev.md): This page explains how to setup a local contributing environment for Shopware 6' community edition with ddev.
- [Performance Tweaks](https://notebook.vanwittlaer.de/ddev-for-shopware/performance-tweaks.md): This page provides some basic performance tweaks for running a Shopware project with ddev.
- [RabbitMQ with ddev](https://notebook.vanwittlaer.de/ddev-for-shopware/rabbitmq-with-ddev.md): This page explains how to setup the open-source message queuing software RabbitMQ with ddev and Shopware 6.
- [phpstan pro with ddev](https://notebook.vanwittlaer.de/ddev-for-shopware/phpstan-pro-with-ddev.md): For phpstan pro see https://phpstan.org/blog/introducing-phpstan-pro. It's a great tool, it's monthly plan for developers should be worth it for most of us.
- [Fetch Media from Production or Staging Server](https://notebook.vanwittlaer.de/ddev-for-shopware/fetch-media-from-production-or-staging-server.md): For local development and testing you do not have to copy all media files to your local environment.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notebook.vanwittlaer.de/ddev-for-shopware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
