GraphQL API with Laravel + Lighthouse Project Setup To install the projetc run composer install Configure you app cp .env.example .env Generate keys php artisan key:generate Run migrations and seeders (optional) php artisa migrate --seed Start server php artisan serve Go to Graphql playground to see the api documentation http://localhost:8000/graphql-playground