This repository was 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 
GraphQLPlaygroundControlleruse__invoke()instead ofget() - Move the 
route_nameconfiguration option intoroute.uri 
Removed
- Disable the 
route.domainconfiguration option by default