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
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.
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-enumworks.