kikoseijo / lumen-lighthouse-graphql

Lumen example use of a GraphQL PHP server using Lighthouse package
http://kikoseijo.com/laravel-lumen-graphql-server-for-react-relay-modern/
MIT License
32 stars 3 forks source link

Call to undefined function Nuwave\Lighthouse\Providers\config_path() #1

Open arimourao opened 6 years ago

arimourao commented 6 years ago

When following the steps to get lighthouse-graphql up and running, I got this error when running the migration command. I solved adding the following package that supports some laravel functions in Lumen, including config_path().

I would recommend you to add the following line to your documentation:

composer require irazasyed/larasupport:~1.0

kikoseijo commented 6 years ago

Nice catch @arimourao ,

thanks.

This minimised Lumen......