Lighthouse: Support Laravel 7

Created on 3 Mar 2020  路  7Comments  路  Source: nuwave/lighthouse

What problem does this feature proposal attempt to solve?
Can't install with Laravel 7.

Which possible solutions should be considered?
Release a version that supports Laravel 7

enhancement

Most helpful comment

From a package development perspective, there was quite a bit of severe breakage. The jump to Symfony 5 components is probably the biggest underpinning change.

With a few tweaks (hacks?) i just got it running and released. Everything but the support for bensampo/laravel-enum works.

All 7 comments

Thank you for your issue report.
But come on, Laravel 7 was just released today. There seems to be some big changes, so please... be patient...

I'm patient. Just opening an issue and subscribing for updates...

Thank you for your issue report.
But come on, Laravel 7 was just released today. There seems to be some big changes, so please... be patient...

Better to be alighted with the major versions

From a package development perspective, there was quite a bit of severe breakage. The jump to Symfony 5 components is probably the biggest underpinning change.

With a few tweaks (hacks?) i just got it running and released. Everything but the support for bensampo/laravel-enum works.

@spawnia why bensampo/laravel-enum doesn't work? Should we wait for their new release? I use them, and we probably have to add a notice to currently documentation, that bensampo/laravel-enum is not supported with current version of lighthouse?

The new version 1.33 of bensampo/laravel-enum is now supporting Laravel 7. See pull request 124

@lorado They were not compatible with Laravel 7 yet. Since it could not even be installed, there is nothing that Lighthouse can do.

I just had to exclude it in the CI steps for Laravel 7 in order to release quickly. It should work now without any changes. Reenabling CI checks just now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

souljacker picture souljacker  路  3Comments

wimski picture wimski  路  3Comments

vine1993 picture vine1993  路  3Comments

let-aurn picture let-aurn  路  3Comments

sadhakbj picture sadhakbj  路  4Comments