We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b154466 commit 0aa308aCopy full SHA for 0aa308a
README.md
@@ -17,7 +17,13 @@ provider will be added.
17
18
### Laravel 5.x
19
20
-Add service provider to `config/app.php` :
+Simply run
21
+
22
+```bash
23
+composer require 'studio-net/laravel-graphql:0.1-beta'
24
+```
25
26
+... and add service provider to `config/app.php` :
27
28
```php
29
<?php
composer.json
@@ -9,6 +9,7 @@
9
}
10
],
11
"require": {
12
+ "laravel/laravel": ">=5.0",
13
"webonyx/graphql-php": "^0.9.13",
14
"doctrine/dbal": "^2.5"
15
},
0 commit comments