From 060b4a627607482225b9a9b1a4748f2cffa52a16 Mon Sep 17 00:00:00 2001 From: Vincent Amstoutz Date: Thu, 3 Oct 2024 11:28:11 +0200 Subject: [PATCH] Remove specific framework & Docker for GraphQL installation commands --- core/graphql.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/graphql.md b/core/graphql.md index bd5bfeec782..59e21825adf 100644 --- a/core/graphql.md +++ b/core/graphql.md @@ -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 ```