Closed axe-me closed 5 years ago
I will happily take a PR on this.
I'd appreciate this as well since this technology goes hand in hand with lumen (targeting to be a lightweight API), so I'd naturally expect its appropriate support.
Support is added in the v2.0.0
release: https://github.com/mll-lab/laravel-graphql-playground/releases/tag/v2.0.0
Let me know if it works for you.
@spawnia I had to manually setup app()->configPath()
(which is not in Lumen by default), but apart from that it works like charm, thank you. :)
@spawnia I had to manually setup
app()->configPath()
(which is not in Lumen by default), but apart from that it works like charm, thank you. :)
Fixed as of https://github.com/mll-lab/laravel-graphql-playground/releases/tag/v2.0.1
Please add Lumen support :)