Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 2c7b537

Browse files
committed
Add basic installation info to README
1 parent fe91842 commit 2c7b537

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Laravel GraphQL Playground
22

3-
Easily integrate GraphQL Playground into your Laravel project
3+
Easily integrate [GraphQL Playground](https://github.com/prismagraphql/graphql-playground) into your Laravel projects
4+
5+
composer require mll-lab/laravel-graphql-playground
6+
7+
If you are using Laravel < 5.4, add the service provider to your `config/app.php`
8+
9+
````php
10+
'providers' => [
11+
// Other providers...
12+
MLL\\GraphQLPlayground\\GraphQLPlaygroundServiceProvider::class,
13+
]
14+
````
15+
16+
You may publish the configuration and/or the views:
17+
18+
php artisan vendor:publish

0 commit comments

Comments
 (0)