mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
7 lines
456 B
Plaintext
7 lines
456 B
Plaintext
* <fg=yellow>Warning</> the shopware/app-bundle uses by default a in-memory database. You should use doctrine or dynamodb
|
|
|
|
For doctrine install the following packages: composer require doctrine/orm symfony/doctrine-bridge
|
|
For dynamodb install the following packages: composer require async-aws/async-aws-bundle async-aws/dynamo-db
|
|
|
|
Make sure to configure the correct storage after installing the packages in config/packages/shopware_app.yaml
|