Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/laravel-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
CSRF token. Please check again [the paragraph dedicated to CSRF configuration](#configuring-csrf-protection).