Download the PHP package ayimdomnic/graph-ql-l5.3 without Composer
On this page you can find all versions of the php package ayimdomnic/graph-ql-l5.3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ayimdomnic/graph-ql-l5.3
More information about ayimdomnic/graph-ql-l5.3
Files in ayimdomnic/graph-ql-l5.3
Download ayimdomnic/graph-ql-l5.3
More information about ayimdomnic/graph-ql-l5.3
Files in ayimdomnic/graph-ql-l5.3
Vendor ayimdomnic
Package graph-ql-l5.3
Short Description Facebook GraphQl for Laravel developers
License MIT
Package graph-ql-l5.3
Short Description Facebook GraphQl for Laravel developers
License MIT
Please rate this library. Is it a good library?
Informations about the package graph-ql-l5.3
GraphQl-L5.3
After the Developer Workshop in Nairobi, I have resolved to Move from Rest to GraphQL, This is a package to assit me with the same as I develop may laravel APIs
Requirements
- PHP 5.6 and Above
- Laravel 5.3
Instalation
composer require ayimdomnic/graph-ql-l5.3
- add
Ayimdomnic\GraphQl\GraphQlServiceProvider::class,
toconfig/app
- add
'GraphQl' => 'Ayimdomnic\GraphQl\Helper\Facade\GraphQl',
to the Facades - publish
php artisan vendor:publish
Usage
- Creating a query
- Creating a mutation
- Adding validation to mutation
Creating a Query(#creating-a-query)
Creating a Mutation
All versions of graph-ql-l5.3 with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
illuminate/support Version ^5.3
webonyx/graphql-php Version ^0.6.4
shavy/qcache Version ^1.0
illuminate/support Version ^5.3
webonyx/graphql-php Version ^0.6.4
shavy/qcache Version ^1.0
The package ayimdomnic/graph-ql-l5.3 contains the following files
Loading the files please wait ....