mll-lab / laravel-graphql-playground

This project is deprecated in favor of https://github.com/mll-lab/laravel-graphiql.
MIT License
267 stars 25 forks source link

Lumen Support #13

Closed axe-me closed 5 years ago

axe-me commented 6 years ago

Please add Lumen support :)

spawnia commented 6 years ago

I will happily take a PR on this.

tsandrini commented 5 years ago

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.

spawnia commented 5 years ago

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.

tsandrini commented 4 years ago

@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 commented 4 years ago

@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