-
Notifications
You must be signed in to change notification settings - Fork 20
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_path
is not available in Lumen. Hence the the\TheCodingMachine\GraphQLite\Laravel\Providers\GraphQLiteServiceProvider::boot()
method will fail.- There is no
web
middleware available in the Lumen. Since the routes definition in the package depends on theweb
middleware, it will gracefully fail at the moment. - Dependency on
Illuminate\Contracts\Foundation\Application
will 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