Good to see someone tackling this, GraphQL and Laravel are two great piece of softwares. Thanks, keep it up! Two more things or feedback regarding the "recording" of the video, the first is, more than half of the video is spent copy pasting stuff you could've prepared before, as an instructor, it's either you type it in the recording and go through it, which is helpful for viewers to understand each line of code and piece of function OR have it ready, and be prepared instead of looking for functions and thinking hear you thinking out loud. I, as a targeted viewer, dont want to spend double the time watching someone typing namespace and use manually!, its totally up to you if you like it that way though. Then you could go through it either case "as you did after the copy paste". and I am sure then there will be really more value in a 50 minutes video. The second thing is that you need a decent microphone :)
Dunno if anyone gives a shit but if you guys are bored like me during the covid times you can stream pretty much all of the new movies on InstaFlixxer. Been binge watching with my girlfriend these days xD
Really good video, is the noise rain or static from your mic? Either way you should try to remove this noise because listening to it for a 15 minutes already gave me headaches so I had to pause the video.
Im having issues running the graphql endpoint. I'm running on windows and i installed this package github.com/noh4ck/laravel-graphiql for the graphql ui. However when i naviagte to the route it loads graphiql but with errors in the window where the query results should be
Thanks for lighthouse, it's making my project a lot easier. Could you please tell me how I can add mutations to my project? I get how they work, but not how I can add them to my graphql.php and use them from my app.
Good to see someone tackling this, GraphQL and Laravel are two great piece of softwares. Thanks, keep it up!
Two more things or feedback regarding the "recording" of the video, the first is, more than half of the video is spent copy pasting stuff you could've prepared before, as an instructor, it's either you type it in the recording and go through it, which is helpful for viewers to understand each line of code and piece of function OR have it ready, and be prepared instead of looking for functions and thinking hear you thinking out loud.
I, as a targeted viewer, dont want to spend double the time watching someone typing namespace and use manually!, its totally up to you if you like it that way though.
Then you could go through it either case "as you did after the copy paste". and I am sure then there will be really more value in a 50 minutes video.
The second thing is that you need a decent microphone :)
Nice work Christopher, I'm definitely interested in follow-up video(s) and would like to see you complete the lighthouse docs. Thanks for sharing!
this is awesome, thank you so much for creating this library
Dunno if anyone gives a shit but if you guys are bored like me during the covid times you can stream pretty much all of the new movies on InstaFlixxer. Been binge watching with my girlfriend these days xD
@Hassan Tate yup, I've been watching on instaflixxer for months myself =)
@Hassan Tate Yup, have been using InstaFlixxer for years myself :)
Very good! Any plans for part2 on auth, pagination, etc?
probably this is the best tutorial I've ever seen on youtube! thank you
I'm wondering if it's possible to cache those queries ?
Really good video, is the noise rain or static from your mic? Either way you should try to remove this noise because listening to it for a 15 minutes already gave me headaches so I had to pause the video.
Any up to date video tutorial for v2 of LightHouse?
should I use controllers or not , I mean is graphql make me do not need laravel controller ?
Im having issues running the graphql endpoint. I'm running on windows and i installed this package github.com/noh4ck/laravel-graphiql for the graphql ui. However when i naviagte to the route it loads graphiql but with errors in the window where the query results should be
Please someone tell me 1 advantage of using GraphQL with Laravel
great video
thank u so much
Thanks for lighthouse, it's making my project a lot easier. Could you please tell me how I can add mutations to my project? I get how they work, but not how I can add them to my graphql.php and use them from my app.