Optional Packages
The minimal project template is intentionally small and does not include additional infrastructure integrations or developer tooling by default.
Extend a project with optional packages as needed.
Symfony development tools
Install Symfony’s profiler and related development tools:
bash
composer require --dev shopware/dev-toolsPaaS integration
Install the Platform-as-a-Service integration:
bash
composer require shopware/paas-meta --ignore-platform-req=ext-amqpFastly integration
Install Fastly support:
bash
composer require shopware/fastly-meta