One thing that I love about you, when I watch videos of you I never feel I am watching any video tutorial. It feels you teach me by sitting in front of me
@eflat__major5 жыл бұрын
Amazing. I'm going to watch the entire series today and then I will try out GraphQL and Lighthouse for myself on one of my Vue/Laravel apps. Thanks so much for the series.
@upixelstudio72634 жыл бұрын
Hello Andre! I study at your practices. Thank you for the good lessons, i think so maybe you best teacher at youtube.
@Anilsharma-dm8bj3 жыл бұрын
Thanks, Andre for such a simple tutorial. great work.
@sergiocorderopino34144 жыл бұрын
Hi! I like your channel and followed a lot of your tutorials succesfully! you are great!
@gummbyandpokey5 жыл бұрын
I've never bothered into graphql untill now. Awesome video! No more writing API resources in laravel :P
@John7777tjk3 жыл бұрын
@bcrypt is now replaced with @hash - if anyone faces the issue with User mutation
@mohammedi.99276 жыл бұрын
Thanks man nice tutorial and very good timing, I was having and idea of checking/testing such combination (GraphQL with laravel and Vue) since few days and now this shows up
@drehimself6 жыл бұрын
Awesome... Hope you enjoy the series! I'm actually learning along the way too 😎
@ashok_bishnoi6 жыл бұрын
You are one of the amazing teacher for me..
@drehimself6 жыл бұрын
Thanks for watching!
@beganovich6 жыл бұрын
Thanks for this! :) The problem I had all the time with SPAs, and Laravel, was getting those complex relationships on response. With this, there's no limit for SPAs.
@drehimself6 жыл бұрын
GraphQL is awesome! Thanks for watching!
@tholfikarmohammed8875 жыл бұрын
Hello Andre, I subscribed to your channel just now, the much knowledge in your tuts, the way you explain the details, the time of each video in any tutorial you made. All those reasons make me subscribe to your channel, one thing makes me change the notification state from (all to specific) which is in all deferent languages you use "Todo" app, you need to do more than "Todo" in order to make me change that notification state,we need more deferent real apps, despite all that, thank you man, i really appreciate all of your efforts, thnx a lot
@erwingforero68634 жыл бұрын
I have an error when I try to do the query with apollo: Access to fetch at '127.0.0.1:8000/graphql-playground' from origin 'http: // localhost: 8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
@khaledel-eskandarany48884 жыл бұрын
Thanks! Very informative I'm currently doing a prototype as a poc for using GraphQL with Laravel, and lighthouse seems promising, but I'm concerned about handling Authorization, will there be any episodes that will discuss this ?
@AbdelrahmanMoussaAbuOuf4 жыл бұрын
Thank you Andre
@kumkenneth7633 жыл бұрын
Please I wish to know how to add API token to queries ? bc in my case the data I am accesing requires that I use the token on every request
@jafetl.ch.89616 жыл бұрын
Perfect, that I need from update my projects! Thanks for start the serie!
@drehimself6 жыл бұрын
Thanks for watching!
@ibnuh6 жыл бұрын
What a great topic to start the year! Many thanks!
@josuebarros-desenvolvedorw24904 жыл бұрын
This playlist is golden!!! thanks andre!!! Can you please teach us how to create a Learning Management System or a News Portal with Laravel/Vue/GraphQL/Tailwind?
@twentxx2 жыл бұрын
What's the name of VS Code theme?
@sindhuriskitchen3 жыл бұрын
Thanks a lot for the great tutorial! Great work!
@mohdarainify4 жыл бұрын
Thanks for the great tutorail. I am struggling with the URL "lighthouse-tutorial.test/graphgql-lighthouse"; where is it defined? Though it is working but how I can't quite figure out. There is no such route defined in the web.php file.
@triababy7834 жыл бұрын
Have you already run composer require mll-lab/laravel-graphql-playground if so then I would also make sure cache is cleared php artisan config:cache
@ricko134 жыл бұрын
Man I don't understand how lighthouse get connected with the database :/ I'm unable get data returned
@ericjonas60445 жыл бұрын
Need help. At 10.30 i have ran factory('App\User', 10)->create() in php artisan tinker console but it quited from the console and my db didn't have the new users. Any idea what's wrong? thanks.
@ericjonas60445 жыл бұрын
found the issue, apparently i have to add this file -> github.com/bobthecow/psysh/issues/540#issuecomment-446480753 .. now it works :)
@drehimself5 жыл бұрын
Glad you figured it out
@alexios43925 жыл бұрын
Which package is the best for having GraphQL in Laravel?
@JosepCrespoSantacreu4 жыл бұрын
¿Did you see Andre's video? You can figure it out there by yourself if you see the video.
@alexios43924 жыл бұрын
@@JosepCrespoSantacreu old question :P I'm using Lighthouse :)
@principe.borodin5 жыл бұрын
How you set up websockets?
@peterfeng2085 жыл бұрын
Hi Andre, I have question regarding to the GraphQL and I just want to confirm if my idea is correct after watching the video. I am assuming GraphQL is a "front-end" query SQL right? It has its own syntax and allows user to input of what information needs to be retrieved from server. My question is that what if user doesn't know what are the data columns in the back-end database and I am wondering how are the users able to retrieve the correct information? Also can't I simply write a sql query with the Eloquent in laravel (I am using laravel as an example after watching your awesome videos) and create my own query instead of using GraphQL? All I need to do is pass the data to the correct routes which user can simply obtain the information that they need? Thanks
@muritaladavid97534 жыл бұрын
Please can i get the source code for the Comment Factory
@vcmattsucr5 жыл бұрын
I had issues following their tutorial. When you install the dependencies as they say, the graphql folder is in the root of the project, not the routes. If you put one in the routes folder, the tutorial doesn't work. However, if you leave it in the root of the project and just add to it, then it works just fine. Idk, maybe it's just me.
@JosepCrespoSantacreu4 жыл бұрын
yes, I've also was struggled with the same problem. You need to define the right path for your `schema.graphql` file inside the /config/lighthouse.php under the 'schema' key, the 'register' property. For example, 'register' => base_path('routes/graphql/schema.graphql')
@luismarcelinoarenasjara48625 жыл бұрын
Gracias Andre por compartir tus conocimientos
@haidinurhadinata26615 жыл бұрын
sir.. where i can get course premium laravel & graphql ultimate ?
@drehimself5 жыл бұрын
Haha, all my content is currently on KZbin. Will explore premium content soon!
@DarwinSalinas6 жыл бұрын
This package prevent the N+1 on queries by default?
@drehimself6 жыл бұрын
I believe it does. Check out this video by the creator of the package: kzbin.info/www/bejne/i36nn3h_m9GilaM
@DarwinSalinas6 жыл бұрын
@@drehimself Great, I'll prove it!!
@jbsness53756 жыл бұрын
Merci Andre ! Just started to follow you and it's the best thing I did in 2019 ;-)
@drehimself6 жыл бұрын
Welcome! Glad you're enjoying the videos.
@shahzadthathal5 жыл бұрын
How upload avatar in createUser(...) ?
@principe.borodin5 жыл бұрын
Any video not content about set up websocket to subscriptions =/
@drehimself5 жыл бұрын
I haven't looked into websockets and subscriptions, sorry!
@principe.borodin5 жыл бұрын
@@drehimself Sorry, you lose a great subscriber
@principe.borodin5 жыл бұрын
@@drehimself If you put any content about subscriptions, please touch me.
@emirhanataman62436 жыл бұрын
Is that secure or worth to making splitted projects like as you did vue project seperated from laravel
@drehimself6 жыл бұрын
Personal preference. It can be done in one Laravel project but I haven't done much research on how to use Vue CLI 3 within a Laravel project.
@SulemanKhan-kn9mj6 жыл бұрын
Please make video about integration of elasticsearch with laravel. If possible make a whole project on these technologies thanks
@drehimself6 жыл бұрын
I haven't used elasticsearch, if I ever do I'll make a video about it.
@mariamnaz87244 жыл бұрын
very informative sir !
@SilveraStarbreeze6 жыл бұрын
Just what I was looking for. Thanks!
@drehimself6 жыл бұрын
Thanks for watching!
@nadiefuego6 жыл бұрын
Feliz año nuevo. Gracias por el video. Saludos.
@drehimself6 жыл бұрын
Thanks for watching!
@georgeluisidem5 жыл бұрын
Awesome, Congrats! Which theme do you use on VS Code? I Loved that colors.
@MrAndreaGero4 жыл бұрын
It is Community Material Theme
@bernardonigbinde6 жыл бұрын
This is amazing! Andre! Happy New Year and Thank you!
@drehimself6 жыл бұрын
Happy new year! 🎉 Thanks for watching!
@health-harmony-tips3 жыл бұрын
Ok the "one endpoint" vs "multiple endpoint" is what make me understand the difference....
@ДмитрийЛеснов-ч5з5 жыл бұрын
Thank you. Very good lessons!
@mithicherbaro93946 жыл бұрын
Thank you man! happy new year!
@drehimself6 жыл бұрын
Thanks for watching! Happy new year!
@bm2ilabs6 жыл бұрын
Great tutorial as usual. Have you tried Gridsome its like Gatsbyjs ? . its great way to build fast wbesites using Vue and GraphQL
@drehimself6 жыл бұрын
I have not! Definitely looks great, I'll take a look at it and make a video about it 💪
@Fred_Klingon3 жыл бұрын
I've just read in a comment that graphql is an overkill... Maybe it is, but it seems awesome to me!
@bobpps6 жыл бұрын
Большущее спасибо!
@drehimself6 жыл бұрын
Thanks for watching!
@braintricker_soft3 жыл бұрын
i understand full graphql in this video
@floodyboy53076 жыл бұрын
Good idea, thanks 👍🏼
@drehimself6 жыл бұрын
Thanks for watching!
@arsalanshaikh37636 жыл бұрын
Thanx a lot sir great tutorial
@drehimself6 жыл бұрын
Thanks for watching!
@fabricioaraujo76426 жыл бұрын
Nice video man you can make a playlist teach build a pinterest clone you could use that technologies for this :) please think about
@drehimself6 жыл бұрын
Will consider making an app clone in the future with GraphQL. Probably not Pinterest since I don't even use it, haha.
@twentxx2 жыл бұрын
Thank you 👍
@non_sense_handle4 жыл бұрын
I kept getting the urge to unpause the video whenever the graphql playground was on screen
@fil-el5 жыл бұрын
Nice I learn new thing
@drehimself5 жыл бұрын
Thanks for watching!
@geeksy22786 жыл бұрын
Thank you so much man!
@drehimself6 жыл бұрын
Thanks for watching!
@taherr13415 жыл бұрын
You are awesome.
@tcgnl82266 жыл бұрын
graphql asmr :D
@drehimself6 жыл бұрын
The best way to learn GraphQL 😂😂😂
@KodornaRocks5 жыл бұрын
heuheuheuh 3 minutes in the video on headphones, had to switch to speaker and looked asmr mentions on the comments HEUHUEHUEHUE
@PiotrG13375 жыл бұрын
Thanks for your video. I however think that graphql, laravel, vue, apollo is complete overkill for 99% of apps most people watching your tutorials will be creating. I agree that graphql does some things very well but mainly because it was built to solve Facebook's problems, and here we are talking about millions of simultaneous users. To anyone watching this, please do not do this for your todo app or small blog site.
@dragutadan-ioan2894 жыл бұрын
Hi Andre would you be willing to assist me with providing an upload example in laravel lighthouse docs the entire issue is here github.com/nuwave/lighthouse/issues/1473 also what I have so far is here github.com/wolfiton/vue-upload Thanks in advance
@Jesus-mu4ix6 жыл бұрын
💙
@drehimself6 жыл бұрын
❤️
@md.akib51246 жыл бұрын
cool
@acryliq5 жыл бұрын
Useful information but it makes me want to sleep, very monotone and slow. I really could not complete the tutorial