Skip to content

Commit

Permalink
Remove specific framework & Docker for GraphQL installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz committed Oct 3, 2024
1 parent e2a88a4 commit 060b4a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Once enabled, you have nothing to do: your schema describing your API is automat

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:

### Symfony installation
```console
docker compose exec php sh -c 'composer require api-platform/graphql'
```

### Laravel installation (without Docker)
```console
composer require api-platform/graphql
```
Expand Down

0 comments on commit 060b4a6

Please sign in to comment.