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

Commit 24e24b3

Browse files
committed
Remove hint for old Laravel versions
1 parent 9e9b3b1 commit 24e24b3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ Easily integrate [GraphQL Playground](https://github.com/prismagraphql/graphql-p
1515

1616
composer require mll-lab/laravel-graphql-playground
1717

18-
If you are using Laravel < 5.4, add the service provider to your `config/app.php`
19-
20-
```php
21-
'providers' => [
22-
// Other providers...
23-
MLL\GraphQLPlayground\GraphQLPlaygroundServiceProvider::class,
24-
]
25-
```
26-
2718
If you are using Lumen, register the service provider in `bootstrap/app.php`
2819

2920
```php

0 commit comments

Comments
 (0)