I want to thankyou from bottom of my heart sir. I have learned a lot from your channel. I am working as a Full Stack Developer. I have learn MERN + Laravel and other tech also from your channel. Thank you so much sir❤. I am following your channel since 2018.
@beautifulhumanbeing65963 жыл бұрын
I love your اردو accent, It's very clear. ❤️❤️❤️
@abhishekgouda40293 жыл бұрын
Sir aap ke jaise no one teach u u are a great 👏👏 teacher I ever seen
@HardeepSingh-bx8io2 жыл бұрын
Thanks!
@TheVick317 Жыл бұрын
by far The Best among I have seen. Thank you.
@souvikkar74023 жыл бұрын
Wow, real live example of rest API ❤️
@RivuRoy-p5s6 ай бұрын
This is superb. Thank you so much for this tutorial.
@UsmanKhan-dv6dy3 жыл бұрын
Thnkx alot sir...we hope for more laravel plus vuejs videos❤❤❤
@poonambharara9068 Жыл бұрын
Awesome tutorial for API's and API's Using Sanctum
@islamexpert41303 жыл бұрын
Sr MA apki videos dekhta ho mujha internship mili ha thank you so much
@raj.indian723 жыл бұрын
Thanks Geeky Bhai , do continue awesome.
@kashifkhan-vw7co Жыл бұрын
Thank you brother for this tutorial.
@rajeshkumarsingh60363 жыл бұрын
Jabardast sir jee
@fazlerabbi75983 жыл бұрын
I am a big fan of your tutorials. Please make full video on react native.I learned react js from your tutorial.
@iqrariqqi39073 жыл бұрын
Thank you sir thank you soo much mairy Liye bht acha Raha bht say error khatm hogai sir thank you again and again
@justwatch9856 Жыл бұрын
this video is very helpfull thanks brother for make this
@Movie-lm8hr Жыл бұрын
Thanks brothers ......................😀😀😀😀😀😀😀😀😀
@harshwadhwani70503 жыл бұрын
Awesome Video.👌👌👍
@FahadMaqsood-xs2bo8 ай бұрын
Great Tutorial
@RajSingh-wv7qu2 жыл бұрын
Amazing sir👌🏻👌🏻
@sumank14482 жыл бұрын
awesome explanation thank u, plz make project on React, Laravel with Api.
@MehediHasan-cc4hz2 жыл бұрын
in 2:11:06 min tokens function showing undefined .why?
@araibkhan26513 жыл бұрын
Zabardast Sir♥️
@soumyaranjannath19682 жыл бұрын
Object of class symfony component http foundation inputbag could not be converted to string Error during api /register... Help me... Sir
@soumyaranjannath19682 жыл бұрын
1.53 hour watching point..
@forexspectrum47992 жыл бұрын
Awesome my brother ❤️
@bhavyakumarpanchotiya82542 жыл бұрын
Osm Tutorial
@RAVI-YADAV-xb6jy3 жыл бұрын
Very best tutorial sir
@KumarAbhijeetSharma3 жыл бұрын
Explanation is wonderful... Thank You....😘
@djai982 жыл бұрын
Suprb content sir 💯
@AsadAli-wi1xs3 жыл бұрын
amazing content sir.
@alamshaikh43583 жыл бұрын
You clear my concept why we use API?
@PrashantRaiprashatrai3 жыл бұрын
Very useful video for us...
@AdityaGupta-di8zx2 жыл бұрын
Thankyou brother
@iUmerFarooq3 жыл бұрын
Thank you Sir ji ❤
@beautifulanimals2093 жыл бұрын
Sir kindly make projects using React Js and Laravel.
@mnuman3692 Жыл бұрын
Sir , how can we use laravel builtin function like register ,login , forgot password through postman . Liken you made a video on breeze . Kindly tell here implementation builtin functions. Using postman
@amitrai54783 жыл бұрын
sir java ke playlist me kafi sare vidoes nhi hai kya kre
@dhirajsathe61953 жыл бұрын
Better konsa ahe sir Api Create karne ke liye Laravel & Express js
@mnuman3692 Жыл бұрын
how you can prevent a user from logging in again if they are already logged in Api? Kindly reply
@МакаренкоКонстантин Жыл бұрын
Thank you!!!!
@amitpaple3 жыл бұрын
Thanks for the awesome tutorial bhai.
@mryogeshsaroya2 жыл бұрын
Good job
@muhammadshoaib45652 жыл бұрын
Thanks a lot
@abrahamikbal63553 жыл бұрын
Sir, JavaScript am traverse KZbin but can't find any separate tutorial about typedarray es6 If you explain about then would be great help to us
@vikastiwari56943 жыл бұрын
Sir, can you please make a big project using react frontend , laravel backend, connect with api and mysql database.
@md.shaheenalamjony49452 жыл бұрын
thanks sir
@jobandhillonvloger Жыл бұрын
"message": "Method Illuminate\\Database\\Eloquent\\Collection::delete does not exist.", sir je error aw raha he collection ka
@MansoorMaddah Жыл бұрын
🍅
@jonamgyanwali9623 жыл бұрын
how to use laravel sanctum other than user table?
@manojgyanwali24343 жыл бұрын
How can we upload multiple images and display multiple images in web page?
@poorboy80273 жыл бұрын
Bhai subscriber ki demand pr b series bna dete ho kya bhai .. ya koi matter ni aapke liye subscriber
@sarswatigyanwali42293 жыл бұрын
Well explanation....but how to achieve same thing using multiple authentication...please make a video on multiple auth using laravel api.
@kanizfatima-cf8kd2 жыл бұрын
in which laravel version its done?
@geekyshows2 жыл бұрын
8.x
@Pankaj-my2su3 жыл бұрын
Please make playlist for laravel
@purushottamkumar2905 Жыл бұрын
❤
@i_m_sheikh_ammar9 ай бұрын
Please make video of Laravel REST API with Passport
@i_m_sheikh_ammar2 жыл бұрын
Kindly make playlist on VueJS and project by using VueJS and Laravel
@vikashdhruwanshi574 Жыл бұрын
You could have used single route instead of writing different routes for different operations except search operation like this Route::apiResource('/students', StudentController::class); This route will perform all the action like Get all students record. Get specific student record. Create new student record. Update student record. Delete student record. Thank you sir for explaining in detail this video is very helpful.
@confusekhandan5634 Жыл бұрын
feeling bored while watching so long video?? play this video in 0.5x speed and refresh your mind😄
@abhishekgouda40293 жыл бұрын
Sir can u start laravel + React Ecommerc Series plz sir
@devendramaurya48973 жыл бұрын
Sir please 🙏 make videos on Angular
@pushpenbanerjee96252 жыл бұрын
Sir, Please make a tutorial for Multi-tenancy (spatie multitenancy package) with central app authentication by laravel
@mamtakumari62133 жыл бұрын
Sir, please make video on form validation
@sailesh_mishra2 жыл бұрын
vai ek bar bas laravel and angular connect kaise karna hai bata de
@rupokkoiry85003 жыл бұрын
Geeky Shows please make a video on react with firebase authentication 🙏🙏
@khizrshaikh99023 жыл бұрын
Second Comment I want heart
@DurgeshKumar-gx1bl3 жыл бұрын
❤️
@choudhary_9950 Жыл бұрын
😀😀😀
@yogendrasrivastava38503 жыл бұрын
Bro I am in 3 year btech and I don't how to proceed with these type of lectures ..can u tell me roadmap how to follow ur series in order..
@geekyshows3 жыл бұрын
1. Follow HTML and CSS Playlist 2. Follow Core JavaScript and Advance JavaScript Playlist 3. Follow Core PHP and Advance PHP Playlist 4. Follow Laravel Playlist 5. Follow Laravel API Playlist Apart from Above Learn Tailwind CSS and Ajax then start making Projects. All above mentioned playlist and videos are available on Geeky Shows Channel kzbin.infoplaylists Once you complete You will become a Full Stack Web Developer also watch this kzbin.info/www/bejne/nnzNhmSJpZ5kprc
@fahimhassan43872 жыл бұрын
@@geekyshows Sir, can you please make a big project using react frontend , laravel backend, connect with api and mysql database.
@fahimhassan43872 жыл бұрын
@@geekyshows Sir can u start laravel + React Ecommerc Series plz sir
@abhayprataprana81733 жыл бұрын
1st comment 🌝
@HimanshuSingh-qq2xb3 жыл бұрын
Python full course upload kariye sir plz❤️❤️❤️
@geekyshows3 жыл бұрын
Already uploaded
@HimanshuSingh-qq2xb3 жыл бұрын
Link of playlist ??
@geekyshows3 жыл бұрын
Watch this kzbin.info/www/bejne/nnzNhmSJpZ5kprc
@fahimhassan43872 жыл бұрын
@@geekyshows Sir kindly make projects using React Js (Front end ) and Laravel (API).
@arshadmansuri50783 жыл бұрын
React Native pr Series Banao.............
@codeaurchai8753 жыл бұрын
Laravel with Firebase please make video
@abidwebcode83833 жыл бұрын
make video on vue,js and nuxt.js
@usamasiddiqui2929 Жыл бұрын
Do you have any paid courses?
@geekyshows Жыл бұрын
No all are Free
@thistlemotivation3 жыл бұрын
Please make an e-commerce in laravel
@ahsananwar85043 жыл бұрын
Sir Node.js Ki Full Playlist Bna Dain Kindly.. From Pakistan..
@geekyshows3 жыл бұрын
I am working on it
@ahsananwar85043 жыл бұрын
@@geekyshows Sir Kab Tak Upload Ho Jae Gi? Baki Sab Playlist Access Kr Li Han Bs Esi Ka Wait Ha..
@hackerwhite79573 жыл бұрын
Sir , sonam kon hai ye
@jonamgyanwali9623 жыл бұрын
File upload in laravel api
@RaviSaini-oh6su3 жыл бұрын
Sir please make tutorial on python turtle please 🥺
@jobandhillonvloger Жыл бұрын
sir,,,,,,,,, who is sonam????????????????????????????
@mohitjassal6293 жыл бұрын
sir aap pls koi bra project bnaoge laravel me .???
@geekyshows3 жыл бұрын
Yes
@HinduChaupal2 жыл бұрын
quality bekar hai sir.. kuch dikh nhi rha..
@geekyshows2 жыл бұрын
aapko apne video player se Video ki Quality at least 480p karni hogi aapka net slow hai isiliye 144p ya 360p me chal raha hai... gajab hai aap coding sikh rahe wo bhi API aur aapko itna v nahi pata
@HinduChaupal2 жыл бұрын
@@geekyshows are lolu bhai... quality ke aage unavailable likha aa rha hai. itna bhi nhi pta ke bacche.. developer to tu bhi to quality 720 ya jyda ki nhi bnasakta... pta h na kitne barik hote hain
@geekyshows2 жыл бұрын
Its up to 1080p
@vijaykoladara83023 жыл бұрын
Laravel real world app please
@shocchosolutions62753 жыл бұрын
Vai comment dekhoge keye pata nahi please react native ka project lao
@geekyshows3 жыл бұрын
kzbin.info/www/bejne/b4WphWxjnK-pnZI
@shocchosolutions62753 жыл бұрын
@@geekyshows vai e tho dek lia hai please project banao jese flutter pai banaia hai
@geekyshows3 жыл бұрын
@@shocchosolutions6275 Haan pakka banaunga
@shocchosolutions62753 жыл бұрын
@@geekyshows vai Thank you looking for your video
@vikastiwari56943 жыл бұрын
?
@pushpenbanerjee96252 жыл бұрын
Thanks a lot.
@amitrai54783 жыл бұрын
sir java ke playlist me kafi sare vidoes nhi hai kya kre
@apanacode11002 жыл бұрын
thanks sir
@foodwithankita71562 жыл бұрын
how can use same protected api to get data in frontend???
@geekyshows2 жыл бұрын
I will upload video soon due to surgery i am unable to upload
@amitpaple3 жыл бұрын
how to post data in array format ?
@abidwebcode83833 жыл бұрын
make video on vue,js and nuxt.js
@amitrai54783 жыл бұрын
sir java ke playlist me kafi sare vidoes nhi hai kya kre
@abidwebcode83833 жыл бұрын
make video on vue,js and nuxt.js
@amitrai54783 жыл бұрын
sir java ke playlist me kafi sare vidoes nhi hai kya kre