GraphQL w/ Laravel & Vue - Overview - Part 1

  Рет қаралды 56,130

Andre Madarang

Andre Madarang

Күн бұрын

Пікірлер: 96
@returnZeroo
@returnZeroo 3 жыл бұрын
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__major
@eflat__major 5 жыл бұрын
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.
@upixelstudio7263
@upixelstudio7263 4 жыл бұрын
Hello Andre! I study at your practices. Thank you for the good lessons, i think so maybe you best teacher at youtube.
@Anilsharma-dm8bj
@Anilsharma-dm8bj 3 жыл бұрын
Thanks, Andre for such a simple tutorial. great work.
@sergiocorderopino3414
@sergiocorderopino3414 4 жыл бұрын
Hi! I like your channel and followed a lot of your tutorials succesfully! you are great!
@gummbyandpokey
@gummbyandpokey 5 жыл бұрын
I've never bothered into graphql untill now. Awesome video! No more writing API resources in laravel :P
@John7777tjk
@John7777tjk 3 жыл бұрын
@bcrypt is now replaced with @hash - if anyone faces the issue with User mutation
@mohammedi.9927
@mohammedi.9927 6 жыл бұрын
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
@drehimself
@drehimself 6 жыл бұрын
Awesome... Hope you enjoy the series! I'm actually learning along the way too 😎
@ashok_bishnoi
@ashok_bishnoi 6 жыл бұрын
You are one of the amazing teacher for me..
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@beganovich
@beganovich 6 жыл бұрын
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.
@drehimself
@drehimself 6 жыл бұрын
GraphQL is awesome! Thanks for watching!
@tholfikarmohammed887
@tholfikarmohammed887 5 жыл бұрын
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
@erwingforero6863
@erwingforero6863 4 жыл бұрын
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-eskandarany4888
@khaledel-eskandarany4888 4 жыл бұрын
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 ?
@AbdelrahmanMoussaAbuOuf
@AbdelrahmanMoussaAbuOuf 4 жыл бұрын
Thank you Andre
@kumkenneth763
@kumkenneth763 3 жыл бұрын
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.8961
@jafetl.ch.8961 6 жыл бұрын
Perfect, that I need from update my projects! Thanks for start the serie!
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@ibnuh
@ibnuh 6 жыл бұрын
What a great topic to start the year! Many thanks!
@josuebarros-desenvolvedorw2490
@josuebarros-desenvolvedorw2490 4 жыл бұрын
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?
@twentxx
@twentxx 2 жыл бұрын
What's the name of VS Code theme?
@sindhuriskitchen
@sindhuriskitchen 3 жыл бұрын
Thanks a lot for the great tutorial! Great work!
@mohdarainify
@mohdarainify 4 жыл бұрын
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.
@triababy783
@triababy783 4 жыл бұрын
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
@ricko13
@ricko13 4 жыл бұрын
Man I don't understand how lighthouse get connected with the database :/ I'm unable get data returned
@ericjonas6044
@ericjonas6044 5 жыл бұрын
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.
@ericjonas6044
@ericjonas6044 5 жыл бұрын
found the issue, apparently i have to add this file -> github.com/bobthecow/psysh/issues/540#issuecomment-446480753 .. now it works :)
@drehimself
@drehimself 5 жыл бұрын
Glad you figured it out
@alexios4392
@alexios4392 5 жыл бұрын
Which package is the best for having GraphQL in Laravel?
@JosepCrespoSantacreu
@JosepCrespoSantacreu 4 жыл бұрын
¿Did you see Andre's video? You can figure it out there by yourself if you see the video.
@alexios4392
@alexios4392 4 жыл бұрын
@@JosepCrespoSantacreu old question :P I'm using Lighthouse :)
@principe.borodin
@principe.borodin 5 жыл бұрын
How you set up websockets?
@peterfeng208
@peterfeng208 5 жыл бұрын
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
@muritaladavid9753
@muritaladavid9753 4 жыл бұрын
Please can i get the source code for the Comment Factory
@vcmattsucr
@vcmattsucr 5 жыл бұрын
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.
@JosepCrespoSantacreu
@JosepCrespoSantacreu 4 жыл бұрын
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')
@luismarcelinoarenasjara4862
@luismarcelinoarenasjara4862 5 жыл бұрын
Gracias Andre por compartir tus conocimientos
@haidinurhadinata2661
@haidinurhadinata2661 5 жыл бұрын
sir.. where i can get course premium laravel & graphql ultimate ?
@drehimself
@drehimself 5 жыл бұрын
Haha, all my content is currently on KZbin. Will explore premium content soon!
@DarwinSalinas
@DarwinSalinas 6 жыл бұрын
This package prevent the N+1 on queries by default?
@drehimself
@drehimself 6 жыл бұрын
I believe it does. Check out this video by the creator of the package: kzbin.info/www/bejne/i36nn3h_m9GilaM
@DarwinSalinas
@DarwinSalinas 6 жыл бұрын
@@drehimself Great, I'll prove it!!
@jbsness5375
@jbsness5375 6 жыл бұрын
Merci Andre ! Just started to follow you and it's the best thing I did in 2019 ;-)
@drehimself
@drehimself 6 жыл бұрын
Welcome! Glad you're enjoying the videos.
@shahzadthathal
@shahzadthathal 5 жыл бұрын
How upload avatar in createUser(...) ?
@principe.borodin
@principe.borodin 5 жыл бұрын
Any video not content about set up websocket to subscriptions =/
@drehimself
@drehimself 5 жыл бұрын
I haven't looked into websockets and subscriptions, sorry!
@principe.borodin
@principe.borodin 5 жыл бұрын
@@drehimself Sorry, you lose a great subscriber
@principe.borodin
@principe.borodin 5 жыл бұрын
@@drehimself If you put any content about subscriptions, please touch me.
@emirhanataman6243
@emirhanataman6243 6 жыл бұрын
Is that secure or worth to making splitted projects like as you did vue project seperated from laravel
@drehimself
@drehimself 6 жыл бұрын
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-kn9mj
@SulemanKhan-kn9mj 6 жыл бұрын
Please make video about integration of elasticsearch with laravel. If possible make a whole project on these technologies thanks
@drehimself
@drehimself 6 жыл бұрын
I haven't used elasticsearch, if I ever do I'll make a video about it.
@mariamnaz8724
@mariamnaz8724 4 жыл бұрын
very informative sir !
@SilveraStarbreeze
@SilveraStarbreeze 6 жыл бұрын
Just what I was looking for. Thanks!
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@nadiefuego
@nadiefuego 6 жыл бұрын
Feliz año nuevo. Gracias por el video. Saludos.
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@georgeluisidem
@georgeluisidem 5 жыл бұрын
Awesome, Congrats! Which theme do you use on VS Code? I Loved that colors.
@MrAndreaGero
@MrAndreaGero 4 жыл бұрын
It is Community Material Theme
@bernardonigbinde
@bernardonigbinde 6 жыл бұрын
This is amazing! Andre! Happy New Year and Thank you!
@drehimself
@drehimself 6 жыл бұрын
Happy new year! 🎉 Thanks for watching!
@health-harmony-tips
@health-harmony-tips 3 жыл бұрын
Ok the "one endpoint" vs "multiple endpoint" is what make me understand the difference....
@ДмитрийЛеснов-ч5з
@ДмитрийЛеснов-ч5з 5 жыл бұрын
Thank you. Very good lessons!
@mithicherbaro9394
@mithicherbaro9394 6 жыл бұрын
Thank you man! happy new year!
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching! Happy new year!
@bm2ilabs
@bm2ilabs 6 жыл бұрын
Great tutorial as usual. Have you tried Gridsome its like Gatsbyjs ? . its great way to build fast wbesites using Vue and GraphQL
@drehimself
@drehimself 6 жыл бұрын
I have not! Definitely looks great, I'll take a look at it and make a video about it 💪
@Fred_Klingon
@Fred_Klingon 3 жыл бұрын
I've just read in a comment that graphql is an overkill... Maybe it is, but it seems awesome to me!
@bobpps
@bobpps 6 жыл бұрын
Большущее спасибо!
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@braintricker_soft
@braintricker_soft 3 жыл бұрын
i understand full graphql in this video
@floodyboy5307
@floodyboy5307 6 жыл бұрын
Good idea, thanks 👍🏼
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@arsalanshaikh3763
@arsalanshaikh3763 6 жыл бұрын
Thanx a lot sir great tutorial
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@fabricioaraujo7642
@fabricioaraujo7642 6 жыл бұрын
Nice video man you can make a playlist teach build a pinterest clone you could use that technologies for this :) please think about
@drehimself
@drehimself 6 жыл бұрын
Will consider making an app clone in the future with GraphQL. Probably not Pinterest since I don't even use it, haha.
@twentxx
@twentxx 2 жыл бұрын
Thank you 👍
@non_sense_handle
@non_sense_handle 4 жыл бұрын
I kept getting the urge to unpause the video whenever the graphql playground was on screen
@fil-el
@fil-el 5 жыл бұрын
Nice I learn new thing
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@geeksy2278
@geeksy2278 6 жыл бұрын
Thank you so much man!
@drehimself
@drehimself 6 жыл бұрын
Thanks for watching!
@taherr1341
@taherr1341 5 жыл бұрын
You are awesome.
@tcgnl8226
@tcgnl8226 6 жыл бұрын
graphql asmr :D
@drehimself
@drehimself 6 жыл бұрын
The best way to learn GraphQL 😂😂😂
@KodornaRocks
@KodornaRocks 5 жыл бұрын
heuheuheuh 3 minutes in the video on headphones, had to switch to speaker and looked asmr mentions on the comments HEUHUEHUEHUE
@PiotrG1337
@PiotrG1337 5 жыл бұрын
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-ioan289
@dragutadan-ioan289 4 жыл бұрын
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-mu4ix
@Jesus-mu4ix 6 жыл бұрын
💙
@drehimself
@drehimself 6 жыл бұрын
❤️
@md.akib5124
@md.akib5124 6 жыл бұрын
cool
@acryliq
@acryliq 5 жыл бұрын
Useful information but it makes me want to sleep, very monotone and slow. I really could not complete the tutorial
GraphQL w/ Laravel & Vue - Lighthouse Package Backend - Part 2
31:44
Andre Madarang
Рет қаралды 15 М.
Владимир Цукур - GraphQL - API по-новому
58:20
JPoint, Joker и JUG ru — Java-конференции
Рет қаралды 49 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
GraphQL для фронтенд разработчиков
35:52
Михаил Непомнящий
Рет қаралды 48 М.
LEARN GRAPHQL WITH VUE APOLLO IN 20 MINUTES!
23:38
Program With Erik
Рет қаралды 42 М.
Weather App w/ Vue, Tailwind CSS & Laravel
58:22
Andre Madarang
Рет қаралды 47 М.
Laravel Lighthouse #5 - type Subscription
37:25
Pavel Zloi aka EvilFreelancer
Рет қаралды 1,9 М.
GraphQL Course for Beginners
1:29:00
freeCodeCamp.org
Рет қаралды 237 М.
GraphQL Laravel server w/ graphql-laravel
26:08
Andre Madarang
Рет қаралды 7 М.
Real-Time Chat with Laravel, Vue.js & Pusher
1:09:33
Scrypster
Рет қаралды 92 М.
GraphQL vs REST: Which is Better for APIs?
7:31
IBM Technology
Рет қаралды 214 М.
GraphQL Authentication in Laravel w/ Lighthouse & Passport
25:03
Andre Madarang
Рет қаралды 12 М.
Vuex Crash Course | State Management
1:01:19
Traversy Media
Рет қаралды 400 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН