Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

it doesn't work with Laravel 5.7 #376

Closed
aymenbz opened this issue Sep 5, 2018 · 8 comments
Closed

it doesn't work with Laravel 5.7 #376

aymenbz opened this issue Sep 5, 2018 · 8 comments

Comments

@aymenbz
Copy link

aymenbz commented Sep 5, 2018

Laravel 5.7 has been released and this package doesn't support it yet.
so any plans to update the package ?

@SonarSoftware
Copy link
Contributor

SonarSoftware commented Sep 6, 2018

I submitted a PR for it, hopefully it will get merged soon. My fork is at https://github.com/SonarSoftware/laravel-graphql if you need it desperately - once it's merged in, you can just point back at the main one.

@mfn
Copy link

mfn commented Sep 7, 2018

I submitted a PR for it

Not quite, you simple slapped it onto an existing PR you're working on ( #295 ) . There's no dedicated PR to upgrade the dependencies.

But given the activity here it's questionable what will happen here anyway.

@SonarSoftware
Copy link
Contributor

SonarSoftware commented Sep 7, 2018 via email

@hanspagel
Copy link

Isolated your commit and created a new pull request.

@hanspagel
Copy link

To use the Laravel 5.7 compatible fork add this to your composer.json:

{
    …
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/heyscrumpy/laravel-graphql"
        }
    ],
    "require": {
        "folklore/graphql": "dev-develop",
        …
    }
}

@bkuhl
Copy link

bkuhl commented Sep 8, 2018

#378 has been merged into develop

@spawnia
Copy link

spawnia commented Sep 11, 2018

If you are looking for an actively maintained integration of GraphQL into Laravel, take a look at https://github.com/nuwave/lighthouse/

We support Laravel 5.7, have a Slack channel and a nice docs website

@aymenbz
Copy link
Author

aymenbz commented Sep 12, 2018

Thanks All 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants