PLease let me know how to include models (It takes default from App\Models). But my Model's namespace is App\Models\SupportTicket\
@hiteshbalyan55593 жыл бұрын
Which IDE is this ?
@sinagolizadeh35043 жыл бұрын
your video saved my life, thank you so much!
@Вячеслав-м9ч4 жыл бұрын
Hello from Russia, nice work, thanks
@michaelbrauner4 жыл бұрын
Thats awesome. I love it.
@simbaclaws_youtube4 жыл бұрын
Thank you sir, nice video. Very much appreciated.
@philwilliammee4 жыл бұрын
I love it. Thank you!
@philwilliammee4 жыл бұрын
Thanks so much for this video series and your work, on lighthouse. Well done!
@philwilliammee4 жыл бұрын
Thank you
@andiyonotandang6564 жыл бұрын
Hello Christopher, Thanks for this video and the series. I am new to graphql and just try to learn it for my projects. I am trying to install the lighthouse into my Lumen app, but keep getting an error message "server error" with no other information. Do you have any idea what should I do?
@ricko134 жыл бұрын
Would help if you increase your font size and buy a decent micro :)
@DrLobster4 жыл бұрын
I get an error - "message": "Cannot query field \"login\" on type \"Query\".", when doing the login auth part. EDIT: I forgot the the "mutation" part for the post query.
@Marco-qq2on4 жыл бұрын
It would be nice if you can make a video explaining resolvers in deph, like how to do validations or exceptions. Thanks for this video btw.
@daniyaljavani71944 жыл бұрын
Guys where is the next video? I can't find it!
@snj21024 жыл бұрын
Thanks for this video series!!!
@rara_chii4 жыл бұрын
Can you make vid for upload file using laravel and graphql?
@alihamrani87234 жыл бұрын
what is your vs code theme?
@fachrimrachman1534 жыл бұрын
hi nice video can u help me how can i filter my query "by name like" for exp in sql : where name like "%A%"
@fachrimrachman1534 жыл бұрын
is user! @paginate is default without userquery.php ????
@gregoripineres9194 жыл бұрын
Great, do you can publish the repo of this example?
@bnv1n5 жыл бұрын
Hey, awesome content! Can you please explain hasManyThrough relations? Cheers
@alexios43925 жыл бұрын
Do you have an idea to manage errors? Use Exceptions in resolvers? Beacsue with GraphQL you don't use REST API HTTP statuses (200, 401 etc.)?
@dearlorddd5 жыл бұрын
Love u dude, More Videos please <3 ♥
@iborzenkov5 жыл бұрын
Thank you for video, but quality of sound is very low =(
@tusbackingtrackes5 жыл бұрын
Jus that I needed
@sithusoe74135 жыл бұрын
make more videos about lighthouse, please 🤗
@mikeerickson44295 жыл бұрын
Very difficult to watch as the font size for the terminal is way too small. Further, the screen resolution is way too dense for a tutorial video. I realize this is done free of charge and it is appreciated, but take care of making the code larger. In my case, i was trying to watch on an iPad and it was impossible to see any of the code, etc.
@RichardOpokuEngineer5 жыл бұрын
I have a suggestion though, if anyone wants to do GraphQL with Laravel, pretty sure they can understand if you simply run *art migrate:refresh --seed* rather than breaking it into two commands. Great tutorials by the way.
@RichardOpokuEngineer5 жыл бұрын
Thank you
@dc_dalin5 жыл бұрын
In case you can't find lighthouse.php, you first of all need to publish the configuration file. php artisan vendor:publish --provider="Nuwave\Lighthouse\LighthouseServiceProvider" --tag=config
@principe.borodin5 жыл бұрын
Subscriptions in graphql?
@natjohns5 жыл бұрын
Great videos so far. Loving lighthouse compared to other graphql frameworks out there for laravel. Will you be doing videos on more advanced topics like subscriptions? Also would be cool to see some stuff on vue apollo if you do any frontend work, like consuming the subscription events, local caching in apollo vs vuex, etc. Keep it up!
@alexwhb1225 жыл бұрын
Awesome! Thanks for making these.
@homerowco.19575 жыл бұрын
step 1) reduce display resolution step 2) be able to read things
@superharryboy5 жыл бұрын
Scale, no need to reduce resolution. But yeah
@homerowco.19575 жыл бұрын
@@superharryboy well that just normally makes it easier since everything "scales" up then :)
@kamilatta16 жыл бұрын
Hy friend could you please tell which theme are you using?
@irvingzamora18376 жыл бұрын
Please someone tell me 1 advantage of using GraphQL with Laravel
@giangnguyenngoc94546 жыл бұрын
how can #import ./schema and try test
@JamesIsbellUK6 жыл бұрын
Can you release this demo on github? Thanks
@hirbu5 жыл бұрын
github.com/nuwave/lighthouse-example
@zakayothuku6 жыл бұрын
Any up to date video tutorial for v2 of LightHouse?
@creative-commons-videos6 жыл бұрын
do i have to create both graphql schema and database migration schema ??
@marlongomez39086 жыл бұрын
Hello. Really really great package. I have a question. Which extension do you use for the .graphql files?
@yaya32426 жыл бұрын
I really like Lighthouse♡ maybe you can put a Paypal link on the project site so people like me can donate for your project.
@yaya32426 жыл бұрын
Wow!!!!!!!!!! Really cool project! I want to see more detailed docs on the Lighthouse website. Currently the docs is too rough for beginners.
@tahsincetin23876 жыл бұрын
This is GitHub link ( github.com/nuwave/lighthouse-example ) if you want to examine.
@moulcode6 жыл бұрын
Class 'Nuwave\Lighthouse\LaravelServiceProvider' not found ??!