-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi,
Thank you for the awesome work!
I was trying this package with Lumen and found that the package won't work with the framework.
I found the following issues mainly:
config_pathis not available in Lumen. Hence the the\TheCodingMachine\GraphQLite\Laravel\Providers\GraphQLiteServiceProvider::boot()method will fail.- There is no
webmiddleware available in the Lumen. Since the routes definition in the package depends on thewebmiddleware, it will gracefully fail at the moment. - Dependency on
Illuminate\Contracts\Foundation\Applicationwill again become a roadblock in the\TheCodingMachine\GraphQLite\Laravel\Providers\GraphQLiteServiceProvider::register()method. This is because Lumen uses different Application instance (Laravel\Lumen\Application).
I would appreciate any kind of help on this. Meanwhile, I will provide the nasty workaround for all these problems I faced below.
PS: I am using Lumen version ^8.0.
Metadata
Metadata
Assignees
Labels
No labels