This repository was archived by the owner on Feb 14, 2023. It is now read-only.
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