Adegboye Josiah

Results 5 issues of Adegboye Josiah

Following the instructions in the installation guide for Lumen, running `php artisan graphql:publish` generates an error, `In LumenServiceProvider.php line 50: Call to undefined method Folklore\GraphQL\LumenServiceProvider::command()` I installed laravel-graphql 1.1.0

Replace `mapOptions.center(new LatLong(47.6097, -122.3331)) .mapType(MapType.ROADMAP) .overviewMapControl(false) .panControl(false) .rotateControl(false) .scaleControl(false) .streetViewControl(false) .zoomControl(false) .zoom(12);` With `mapOptions.center(new LatLong(47.6097, -122.3331)) .mapType(MapTypeIdEnum.ROADMAP) .overviewMapControl(false) .panControl(false) .rotateControl(false) .scaleControl(false) .streetViewControl(false) .zoomControl(false) .zoom(12);`

Please can we get reload functionality for Gluon IDE plugins?

I installed as per the docs and I set in a component within a nextjs project. Expect behavior: The component works as expected. Actual behavior: I get this error `...