Closed xerk closed 5 years ago
Can you post the contents of your config file?
Can you post the contents of your config file?
<?php
return [
// Route for the frontend
'route' => 'graphql-playground',
// Which middleware to apply, if any
'middleware' => [
// 'web',
],
// Route for the GraphQL endpoint
'endpoint' => 'graphql',
// Control if the playground is accessible at all
// This allows you to disable it completely in production
'enabled' => env('GRAPHQL_PLAYGROUND_ENABLED', true),
];
problem is here 'route' => 'graphql-playground',
Yeah that is the config for v0
. Compare it to the new one given in v1
When setup this packge in lighhouse tutorial i got this error what i can do now?
Composer
Error