Skip to content

Commit

Permalink
feat: add dynamodb hint (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 23, 2024
1 parent fa0dea0 commit 59e9e9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion guides/plugins/apps/app-sdks/symfony-bundle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ App Bundle integrates the PHP App SDK for Symfony. This can be accessed at [app-

## Installation

### With SQL based storage (Doctrine)

```bash
composer require shopware/app-bundle doctrine/orm symfony/doctrine-bridge
```

## Quick Start
### With NoSQL based storage (DynamoDB)

```bash
composer require shopware/app-bundle async-aws/async-aws-bundle async-aws/dynamo-db
```

## Quick Start using SQL based storage (Doctrine)

### 1. Create a new Symfony Project (skip if existing)

Expand Down

0 comments on commit 59e9e9d

Please sign in to comment.