noh4ck/graphiql 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

noh4ck/graphiql

最新稳定版本:1.0.3

Composer 安装命令:

composer require noh4ck/graphiql

包简介

Graphiql UI for laravel

README 文档

README

This package provides an easy way to include the GraphiQL UI within your laravel project.

Current included version: 0.11.11

Installation

Add this to your composer.json file:

"noh4ck/graphiql": "@dev"

or run composer require "noh4ck/graphiql:@dev"

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:

Graphiql\GraphiqlServiceProvider::class

Then run artisan graphiql:publish to publish the assets and the configuration file.

Usage

Per default, the UI is reachable at /graphql-ui

It points to a GraphQL endpoint at the same host under /graphql

For further configuration, look at config/graphiql.php

统计信息

  • 总下载量: 22.69k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 46
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 46
  • Watchers: 2
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-10-12