2017 © Pedro Peláez
 

library graphiql

Graphiql UI for laravel

image

noh4ck/graphiql

Graphiql UI for laravel

  • Tuesday, June 19, 2018
  • by noh4ck
  • Repository
  • 1 Watchers
  • 23 Stars
  • 5,585 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 3 Versions
  • 43 % Grown

The README.md

GraphiQL for Laravel

This package provides an easy way to include the GraphiQL UI within your laravel project., (*1)

Current included version: 0.11.11, (*2)

Installation

Add this to your composer.json file:, (*3)

"noh4ck/graphiql": "@dev"

or run composer require "noh4ck/graphiql:@dev", (*4)

If you have Laravel 5.5 or above, automatic package discovery will register the provider automatically. If not, open your config/app.php and add this line in the providers section:, (*5)

Graphiql\GraphiqlServiceProvider::class

Then run artisan graphiql:publish to publish the assets and the configuration file., (*6)

Usage

Per default, the UI is reachable at /graphql-ui, (*7)

It points to a GraphQL endpoint at the same host under /graphql, (*8)

For further configuration, look at config/graphiql.php, (*9)

The Versions

19/06 2018

dev-master

9999999-dev

Graphiql UI for laravel

  Sources   Download

MIT

The Requires

 

by Jonas Rudlang

laravel graphql graphiql

19/06 2018

1.0.1

1.0.1.0

Graphiql UI for laravel

  Sources   Download

MIT

The Requires

 

by Jonas Rudlang

laravel graphql graphiql

17/02 2018

1.0.0

1.0.0.0

Graphiql ui for laravel

  Sources   Download

MIT

The Requires

 

by Jonas Rudlang

laravel graphql graphiql