diff --git a/docs/laravel-package.md b/docs/laravel-package.md index bbcdfeb292..5151a3f6f5 100644 --- a/docs/laravel-package.md +++ b/docs/laravel-package.md @@ -138,9 +138,15 @@ $ composer require mll-lab/laravel-graphql-playground By default, the playground will be available at `/graphql-playground`. +Or you can install [Altair GraphQL Client](https://github.com/XKojiMedia/laravel-altair-graphql) + +```console +$ composer require xkojimedia/laravel-altair-graphql +``` + You can also use any external client with GraphQLite, make sure to point it to the URL defined in the config (`'/graphql'` by default). ## Troubleshooting HTTP 419 errors If HTTP requests to GraphQL endpoint generate responses with the HTTP 419 status code, you have an issue with the configuration of your -CSRF token. Please check again [the paragraph dedicated to CSRF configuration](#configuring-csrf-protection). \ No newline at end of file +CSRF token. Please check again [the paragraph dedicated to CSRF configuration](#configuring-csrf-protection).