🚀 Get Shared Hosting for only $2.99: hostinger.com/thecodeholic, and use coupon code "THECODEHOLIC" for EXTRA 10% OFF 🚀
@shahnawazz1232 жыл бұрын
For one year ?
@TheCodeholic2 жыл бұрын
$2.99 per month if you get it for one year, 2 years or 4 years. If you use the coupon code THECODEHOLIC you will get extra 10% off.
@clementborisov7050 Жыл бұрын
Just got the Premium Web Hosting plan using your coupon code.
@TheCodeholic Жыл бұрын
That's great. You are also supporting the channel.
@clementborisov7050 Жыл бұрын
@@TheCodeholic I genuinely appreciate what you do, the content that you put on this channel is priceless and it helped me a lot to practice along and make my own projects. I will use what I've got to put on my portfolio along with my other projects online.
@LucasCouto-r7j Жыл бұрын
Thank you for this tutorial! It was really helpful! I have a little note about hooks on React though: they should not be conditionally called. At 2:19:52 you add a useEffect inside of an if, this can lead to all sorts of problems. You have two options there: 1 - move the hook to the top level component and have the condition inside of it 2 - leave the if statement at the top level and move the hook to another component
@bendaoudabdelmounaim-y9y2 ай бұрын
yes hook should not be in if
@TheCodeholic2 ай бұрын
Better late than never. Thanks for your commens and advice
@Haneefppd3 ай бұрын
I have been working as a web developer for 12 years, but I was not familiar with using symbolic links. After watching this video, I now understand how they work. Thank you for the explanation.
@rhrkv Жыл бұрын
i'm not lie, this is the "first ever" video that introduce me how to use "debugger" line on react, watched the whole video though i skip few part, and pretty good explanation, you're just like the other youtuber that i love to watch (i'm trying to keep away these tutorial hell, but you won me on this haha) and now i'm finish mine and make this as my starter project, might add some additional library like SweetAlert and fontawesome later, soo it will be reusable for my future project. Keep making videos, I hope your hard work and persistence pays off!!
@TheCodeholic Жыл бұрын
Thanks a lot my friend. This comment will make my day
@Alex-yr8gw21 күн бұрын
You are super teacher! Your English pronounciation is great! Thanks a lot!
@certificationcaci6469 Жыл бұрын
You're one of the top teacher and developer in the earth, Please continue, I wish you all the best.
@TheCodeholic Жыл бұрын
Thanks a lot my friend
@michaelheimburger1115 Жыл бұрын
FYI, in createBrowserRouter, PHPstorm is showing "routes:" as a kind of helper text that is not really in the code. I'm using VScode which does not do that and was throwing me off for a while. So if you're getting an error related to createBrowserRouter make sure you didn't type "routes:" in before the bracket. Nice video!
@Soul_Narration Жыл бұрын
thank u i needed that !
@robinncode Жыл бұрын
Didn't completed full video yet. Still commenting because deserve it brother! May the Almighty bless you. Your video is too clean. Easy to learn.
@inteliconn9952 жыл бұрын
You make this planet a better place. Thanks!
@TheCodeholic2 жыл бұрын
One good thing at a time 🙂
@محجوبمحمد-ز4ق2 жыл бұрын
I am very happy when I see a new video in the channel or in the notifications, although I do not have the money to participate in the paid course, but I am very grateful for the effort that you make because you put us on the right path and teach us a lot. When I am able to participate in the paid course, I will participate even if I do not need it to express my thanks to you With love, your student Mahjoub Mohamed from Sudan 😊😊😊
@kwanele_dev2 жыл бұрын
I've been waiting for this all my life. So glad it's finally here. Can't wait to learn
@iloilomoliere86927 ай бұрын
seems like a laravel base channel, ill sub
@pinturicchio1395 Жыл бұрын
Thank you, this video is amazing, your explanation is very easy to follow
@NestorNarvaez Жыл бұрын
Beautiful images behind you!
@gmkowall11 ай бұрын
Szarbel Makhlouf?
@soy-luisarrieta Жыл бұрын
This is AMAZING!!! Greetings from colombia
@feketegergo207 Жыл бұрын
Thank you for taking the time to cerate this video. Your explanations were really helpful and easy to follow which made it feel less intimidating for beginners like me. :D Your passion for web development is infectious. Looking forward to watching more of your videos in the future! ;) Keep up the good work!
@TheCodeholic Жыл бұрын
Thank you for such a nice comment
@AysheSammiyeva Жыл бұрын
It was awesome course for laravel with react.js and with all that deployment tips ). Will be waiting for more content
@nisnocky9 ай бұрын
I decide to create a separate folder for the frontend, and althought I spent a lot of time trying to config and understand Cors, it was really fun, thank you for this amazing tutorial! Also, i still don't know why, but i had to put "use Laravel\Sanctum\HasApiTokens;" in the User Model, to fix some errors i was having with the signup part
@Sabotazh6662 жыл бұрын
To avoid a warning when creating a user, use User::query()->create() instead of User::create().
@Sarfrozkhan11 ай бұрын
What's the difference??
@Sabotazh66611 ай бұрын
@@Sarfrozkhan If you use PHPstorm, it will issue a warning without a query().
@ThuTaZoneMM7 ай бұрын
Thank you brother
@nycosborne Жыл бұрын
This is one of the best tutorials I've ever taken, Thank you very much. Would you consider doing a vidoe with a focues on debugging, maybe, please??
@TheCodeholic Жыл бұрын
Thanks. Not sure. I have some other video topic plans in close future
@soy-luisarrieta Жыл бұрын
Video completed from 0 to 100! Everything perfect. Thank you very much!
@AsmaKhan-qf6gd Жыл бұрын
It was super awesome video which is really good for beginners please make more videos like this we literally love your lectures
@elizalima64617 ай бұрын
If somebody had an error to logout, maybe the changes on api.php (1:47:33) were not updated. You just need to run "php artisan route:cache" on the terminal.
@mariajoserangel17385 ай бұрын
Thanks! It was driving me crazy
@abdurahmanyarow12722 жыл бұрын
Thank you really glad no one better than this channel fo web development ❤❤ love your way of presentation Could you please make a video for pagination and filter query please😊😊
@GersonAlmonte Жыл бұрын
you're a genius of well structured and ordered project, never seen something like that before
@GersonAlmonte Жыл бұрын
do you have some course about react query with jwt auth?
@jacobacklin259711 ай бұрын
I wish I could subscribe twice! Amazing tutorial.
@kapa9436 Жыл бұрын
1:18:00 bug, 419 error, link between front and back work but nothing happen, i think we have to add csrf token to out sign Up form
@bibekangde8960 Жыл бұрын
Great work Codeholic ❤🔥🔥
@TheCodeholic Жыл бұрын
Thanks
@sumoB11h Жыл бұрын
just getting with laravel and your video😌 i will be back when i am done thank for this☺
@manrahulbajwa2 жыл бұрын
Keep making this type of projects
@mahamudulhasan0012 жыл бұрын
Good sir I'm waiting for your every single video. I'm from Bangladesh 🇧🇩
@TheCodeholic2 жыл бұрын
Thanks man
@Ahmet_Altun8 ай бұрын
Hey Zura, gerçekten hoş bir tutorial idi. Basit gibi görünen ama eğlenceli bir geliştirme süreci oldu. Teşekkürler 🙂
@yajie7756 Жыл бұрын
thanks for the clear video! It's really helpful. The pace is also really good, not too slow, you explain things shortly but make it really clear.
@TheCodeholic Жыл бұрын
Glad you liked it!
@madie26592 жыл бұрын
Thank you so much… I'm going to binge-watch this
@alfredogonzalez9420 Жыл бұрын
What an amazing tutorial, thanks a lot brother! really helped closing some gaps with my project.
@salaharbani2582 Жыл бұрын
i have a question here please if i want the first page that displayed it's the home page not login the login displayed whene user want to get order for example any help for this issu please
@nfinzer222 жыл бұрын
Bro! Love the icons! Subscribing for fellow Orthodox coder!
@TheCodeholic2 жыл бұрын
Thanks my friend
@mohamedaminelaaryech7957 Жыл бұрын
Thank you a lot i will use this structure in my school project
@devnayemАй бұрын
Awesome ❤❤❤❤
@jadidlar47652 жыл бұрын
Thank you for your course😍😍
@dimabrinza2 жыл бұрын
As usual amazing job !!
@temesgen430310 ай бұрын
your background orthodox icons wow ❤✝
@TheCodeholic10 ай бұрын
🙏❤️
@thefa11en4510 ай бұрын
Thanks for this tutorial, i understand many things about login and route control :)
@ICodeForJesus2 жыл бұрын
Thank you for this awesome course
@akdisrael Жыл бұрын
i subscribe, because of laravel contents
@joshykpadt Жыл бұрын
Its a wonderful and valuable presentation. Thank you very much.
@samueluche51799 ай бұрын
In all these, I was looking for where you connected to the database with mysql.
@TheCodeholic9 ай бұрын
I hope you found it
@samueluche51798 ай бұрын
@@TheCodeholic yeah, I did. Sqlite.😁
@josyarad82 Жыл бұрын
Thank you so much master!. One Question: How implements the pagination? please😬
@KennethIsrael_aiikendoit Жыл бұрын
i have error in signup.jsx useState is not defined around 1:30:01 and up
@Alex35983 Жыл бұрын
Got a simillar error useStateContext is not defined
@Alex35983 Жыл бұрын
He is terrific terrible in showing the imports. You have to import the useStateContext from ContextProvider import { useStateContext } from "../context/ContextProvider";
@njourawebdev Жыл бұрын
thank you for the great content, I am using your videos to create a blog app for uni and its really helpful, god bless you
@TheCodeholic Жыл бұрын
Blog app?? That's great... my next video is about building blog with Laravel
@tahaezzahir5575 Жыл бұрын
More projects like this one sir >>> Thank you
@MegaJijay Жыл бұрын
2:02:17 it should be $this->user->id
@muhdbasiirzulkifle50902 жыл бұрын
Definitely a gem. Thank you!
@elifas20123 ай бұрын
Thanks for tutorial its easy to understand and code along
@dev-am13032 жыл бұрын
thank you very much for this amazing course.
@DualbladeV2 жыл бұрын
Thanks for this ultimate journey ! I've learned a lot, and I hope to share some with work partners ! Take care, and have happy year celebrations 🍾
@murobakuridze9502 жыл бұрын
Again, great content. Thanks
@muzika5001 Жыл бұрын
Very good video. Thanks for sharing this with us! :)
@miguelsimba6259 Жыл бұрын
friend, your tutorial helped me a lot, maybe you have an update in which you include roles
@kreaweb-be Жыл бұрын
Nice course. Thanks. But still using XAMPP? I switched to LARAGON 6 years ago and never looked back. Works and has all tools out of the box. And poratable as hell. Just give it a try.
@benrogers5736 Жыл бұрын
Great video, thanks!
@flaviofernandodoprado58268 ай бұрын
Thanks for sharing this great tutorial !
@laravelug10 ай бұрын
Awesome, any plans for react native with laravel api, I know this can turn into the best channel forever ❤😅🎉
@claudineelomba31092 жыл бұрын
The perfect tuto!!!! (from Gabon)
@MohyeMahmoudFawzy Жыл бұрын
Thanks for your great efforts. May you make a laravel with angular e-commerce website.
@okao08 Жыл бұрын
this tutorial is amazing :D
@okao08 Жыл бұрын
Could have stored the token inside a cookie though 😊
@cubedev4838 Жыл бұрын
Please make laravel react ecommerce like u did in laravel vue course
@fridoonnajeeb6842 Жыл бұрын
thank you gentlemen
@MayteMozoReyes5 ай бұрын
Thanks for a very good video tutorial!
@sandrinerodriguez94256 ай бұрын
Hello Deployment to Laravel version 11 application hosting does not work. The configuration is different. I cannot deploy Laravel 11. Have you tried on your side? Did you find a solution ? THANKS
@savy54352 жыл бұрын
You are the best, I'm so grateful, thank you 😍
@TheCodeholic2 жыл бұрын
Welcome
@MagnoKellyFelipe2 жыл бұрын
Thanks for the video.✌️
@codewithsthef Жыл бұрын
Amazing tutorial! Thank you so much for sharing your knowledge! 🤍
@FarukSavur Жыл бұрын
I like it. Perfect a combinatie. laravel and react. 🤟
@hrayrashchyan59257 ай бұрын
Hello Zura! thanks for the lesson, it's very good. I'm following this step by step and now I'm at the last part of the custom crud: "Editing and adding new ones is not work. Only deletion works correctly.” can you help me?
@nigelandam2679 Жыл бұрын
That's amazing tutorial. Hoping and looking forward to have more this, maybe you can have Laravel and React Query, combination.
@prasanthcse9398 Жыл бұрын
Hi Zura, Thanks for the amazing and useful tutorial. I practice along with watching the video. I got exact output without any difficulties. Could you please upload video for adding pagination buttons. I stuck in how to add these links.
@nebiyuzewge4471 Жыл бұрын
Thank you so much it is big help sepecially uploading to server..
@dreambaked66465 ай бұрын
Great tut thanks a lot!
@josetuz2 жыл бұрын
Very useful! Thanks a lot!
@TheCodeholic2 жыл бұрын
Glad it was helpful!
@dapidminiAikiАй бұрын
could you explain more about why you're using '_setToken' as the setter and have another function called 'setToken' that calls it? (in 00:38:00) I'm not sure if "I'd have an error, basically" is an acceptable explanation when learning something..
@TheCodeholicАй бұрын
OK. I watched that section again. So we have two functions with similar purpose and one is calling a second. Obviously functioin names must be unique and you can not name two functions the same name. You should name one of them something different. Instead of _setToken you can all call it setMyToken, but the main thing is that it will definitely throw an error if you try to declare a function with the same using which already exists a function.
@stephendelima9888 Жыл бұрын
This is awesome!
@salaharbani2582 Жыл бұрын
i have a question here please if i want the first page that displayed it's the home page not login the login displayed whene user want to get order for example any help for this issu please
@Axios66 Жыл бұрын
Thanks For This Amazing Video
@kevinuzoma45572 жыл бұрын
👍Nice one. Please how to fix cors error on localhost
@Denis-di6hc Жыл бұрын
kzbin.info/www/bejne/pmSUaWaZapWMhbM
@Aditya-jv9gj12 күн бұрын
are there pagination and search filter function ?
@dannymulyansalu Жыл бұрын
Thank you for helping us, can you please do Next.js with laravel any simple project
@nandopookey9195 Жыл бұрын
Thank you so much sir
@WebWonders1 Жыл бұрын
A very very thanks for uploading this content this helped me alot
@TheCodeholic Жыл бұрын
Glad to hear it!
@ChinonsoIbeh-h5s Жыл бұрын
very good tuts
@shinpaingmin603 Жыл бұрын
how to make two roles: admin and users (for authorization)
@kbdschool Жыл бұрын
Thank you a lot!
@SVGamesLab Жыл бұрын
Great tutorial! How about using jetstream or breeze with nextjs?
@allan.koskei2 жыл бұрын
Thanks you so much brother, I have actually followed your steps and created a mini app that works. This video has been the most practical and comprehensive. You deserve a 🍺. And I am getting you one!!! Just an ask, can you make a video on how we could implement role based authorization using react
@TheCodeholic2 жыл бұрын
Thanks a lot. I probably will not be able to make that video in close future, what I might do is building React Laravel admin panel which might include that part as well.
@samsorge2710 ай бұрын
@@TheCodeholicthat would be very helpful indeed. As it stands every user that registers can see every other users data which is not that practical
@gavrielsembiring60488 ай бұрын
great video!
@lasithadulshan7357 Жыл бұрын
thank you 🤩
@TheCodeholic Жыл бұрын
You’re welcome 😊
@AtifAli-pm Жыл бұрын
Nice tutorial, please would you share pagination part as well?
@JuniorTeixeiraDev10 ай бұрын
thank u bro, it's awesome
@ossamaagourari98827 ай бұрын
Thank you very mush . If i want to add onother crud to the dashbord like student for example and i followed the syntaxe of user crud in everything . Would it work or not ??????
@hasbrowsing4808 Жыл бұрын
Brother could give me the theme name of your php strome and how you get the right sidebar like vs code.
@עידןאמינוב Жыл бұрын
hi what about rules and permissions how i define permissions on the page