Skip to content

Commit 060b4a6

Browse files
committed
Remove specific framework & Docker for GraphQL installation commands
1 parent e2a88a4 commit 060b4a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/graphql.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Once enabled, you have nothing to do: your schema describing your API is automat
1212

1313
To enable GraphQL and its IDE (GraphiQL and GraphQL Playground) in your API, simply require the [API Platform GraphQL](https://github.com/api-platform/graphql) package using Composer:
1414

15-
### Symfony installation
16-
```console
17-
docker compose exec php sh -c 'composer require api-platform/graphql'
18-
```
19-
20-
### Laravel installation (without Docker)
2115
```console
2216
composer require api-platform/graphql
2317
```

0 commit comments

Comments
 (0)