This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Releases: mll-lab/laravel-graphql-playground
Releases · mll-lab/laravel-graphql-playground
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.1
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
If you upgrade from v1
, view https://github.com/mll-lab/laravel-graphql-playground/blob/master/UPGRADE.md#v1-to-v2
Added
- Support Lumen
- Load routes through a file:
src/routes.php
Changed
- Make the
GraphQLPlaygroundController
use__invoke()
instead ofget()
- Move the
route_name
configuration option intoroute.uri
Removed
- Disable the
route.domain
configuration option by default