React + Laravel Full-stack Application | Build and Deploy

  Рет қаралды 391,758

The Codeholic

The Codeholic

Күн бұрын

Пікірлер: 401
@TheCodeholic
@TheCodeholic 2 жыл бұрын
🚀 Get Shared Hosting for only $2.99: hostinger.com/thecodeholic, and use coupon code "THECODEHOLIC" for EXTRA 10% OFF 🚀
@shahnawazz123
@shahnawazz123 2 жыл бұрын
For one year ?
@TheCodeholic
@TheCodeholic 2 жыл бұрын
$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
@clementborisov7050 Жыл бұрын
Just got the Premium Web Hosting plan using your coupon code.
@TheCodeholic
@TheCodeholic Жыл бұрын
That's great. You are also supporting the channel.
@clementborisov7050
@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
@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-y9y
@bendaoudabdelmounaim-y9y 2 ай бұрын
yes hook should not be in if
@TheCodeholic
@TheCodeholic 2 ай бұрын
Better late than never. Thanks for your commens and advice
@Haneefppd
@Haneefppd 3 ай бұрын
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
@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
@TheCodeholic Жыл бұрын
Thanks a lot my friend. This comment will make my day
@Alex-yr8gw
@Alex-yr8gw 21 күн бұрын
You are super teacher! Your English pronounciation is great! Thanks a lot!
@certificationcaci6469
@certificationcaci6469 Жыл бұрын
You're one of the top teacher and developer in the earth, Please continue, I wish you all the best.
@TheCodeholic
@TheCodeholic Жыл бұрын
Thanks a lot my friend
@michaelheimburger1115
@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
@Soul_Narration Жыл бұрын
thank u i needed that !
@robinncode
@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.
@inteliconn995
@inteliconn995 2 жыл бұрын
You make this planet a better place. Thanks!
@TheCodeholic
@TheCodeholic 2 жыл бұрын
One good thing at a time 🙂
@محجوبمحمد-ز4ق
@محجوبمحمد-ز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_dev
@kwanele_dev 2 жыл бұрын
I've been waiting for this all my life. So glad it's finally here. Can't wait to learn
@iloilomoliere8692
@iloilomoliere8692 7 ай бұрын
seems like a laravel base channel, ill sub
@pinturicchio1395
@pinturicchio1395 Жыл бұрын
Thank you, this video is amazing, your explanation is very easy to follow
@NestorNarvaez
@NestorNarvaez Жыл бұрын
Beautiful images behind you!
@gmkowall
@gmkowall 11 ай бұрын
Szarbel Makhlouf?
@soy-luisarrieta
@soy-luisarrieta Жыл бұрын
This is AMAZING!!! Greetings from colombia
@feketegergo207
@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
@TheCodeholic Жыл бұрын
Thank you for such a nice comment
@AysheSammiyeva
@AysheSammiyeva Жыл бұрын
It was awesome course for laravel with react.js and with all that deployment tips ). Will be waiting for more content
@nisnocky
@nisnocky 9 ай бұрын
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
@Sabotazh666
@Sabotazh666 2 жыл бұрын
To avoid a warning when creating a user, use User::query()->create() instead of User::create().
@Sarfrozkhan
@Sarfrozkhan 11 ай бұрын
What's the difference??
@Sabotazh666
@Sabotazh666 11 ай бұрын
@@Sarfrozkhan If you use PHPstorm, it will issue a warning without a query().
@ThuTaZoneMM
@ThuTaZoneMM 7 ай бұрын
Thank you brother
@nycosborne
@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
@TheCodeholic Жыл бұрын
Thanks. Not sure. I have some other video topic plans in close future
@soy-luisarrieta
@soy-luisarrieta Жыл бұрын
Video completed from 0 to 100! Everything perfect. Thank you very much!
@AsmaKhan-qf6gd
@AsmaKhan-qf6gd Жыл бұрын
It was super awesome video which is really good for beginners please make more videos like this we literally love your lectures
@elizalima6461
@elizalima6461 7 ай бұрын
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.
@mariajoserangel1738
@mariajoserangel1738 5 ай бұрын
Thanks! It was driving me crazy
@abdurahmanyarow1272
@abdurahmanyarow1272 2 жыл бұрын
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
@GersonAlmonte Жыл бұрын
you're a genius of well structured and ordered project, never seen something like that before
@GersonAlmonte
@GersonAlmonte Жыл бұрын
do you have some course about react query with jwt auth?
@jacobacklin2597
@jacobacklin2597 11 ай бұрын
I wish I could subscribe twice! Amazing tutorial.
@kapa9436
@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
@bibekangde8960 Жыл бұрын
Great work Codeholic ❤🔥🔥
@TheCodeholic
@TheCodeholic Жыл бұрын
Thanks
@sumoB11h
@sumoB11h Жыл бұрын
just getting with laravel and your video😌 i will be back when i am done thank for this☺
@manrahulbajwa
@manrahulbajwa 2 жыл бұрын
Keep making this type of projects
@mahamudulhasan001
@mahamudulhasan001 2 жыл бұрын
Good sir I'm waiting for your every single video. I'm from Bangladesh 🇧🇩
@TheCodeholic
@TheCodeholic 2 жыл бұрын
Thanks man
@Ahmet_Altun
@Ahmet_Altun 8 ай бұрын
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
@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
@TheCodeholic Жыл бұрын
Glad you liked it!
@madie2659
@madie2659 2 жыл бұрын
Thank you so much… I'm going to binge-watch this
@alfredogonzalez9420
@alfredogonzalez9420 Жыл бұрын
What an amazing tutorial, thanks a lot brother! really helped closing some gaps with my project.
@salaharbani2582
@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
@nfinzer22
@nfinzer22 2 жыл бұрын
Bro! Love the icons! Subscribing for fellow Orthodox coder!
@TheCodeholic
@TheCodeholic 2 жыл бұрын
Thanks my friend
@mohamedaminelaaryech7957
@mohamedaminelaaryech7957 Жыл бұрын
Thank you a lot i will use this structure in my school project
@devnayem
@devnayem Ай бұрын
Awesome ❤❤❤❤
@jadidlar4765
@jadidlar4765 2 жыл бұрын
Thank you for your course😍😍
@dimabrinza
@dimabrinza 2 жыл бұрын
As usual amazing job !!
@temesgen4303
@temesgen4303 10 ай бұрын
your background orthodox icons wow ❤✝
@TheCodeholic
@TheCodeholic 10 ай бұрын
🙏❤️
@thefa11en45
@thefa11en45 10 ай бұрын
Thanks for this tutorial, i understand many things about login and route control :)
@ICodeForJesus
@ICodeForJesus 2 жыл бұрын
Thank you for this awesome course
@akdisrael
@akdisrael Жыл бұрын
i subscribe, because of laravel contents
@joshykpadt
@joshykpadt Жыл бұрын
Its a wonderful and valuable presentation. Thank you very much.
@samueluche5179
@samueluche5179 9 ай бұрын
In all these, I was looking for where you connected to the database with mysql.
@TheCodeholic
@TheCodeholic 9 ай бұрын
I hope you found it
@samueluche5179
@samueluche5179 8 ай бұрын
@@TheCodeholic yeah, I did. Sqlite.😁
@josyarad82
@josyarad82 Жыл бұрын
Thank you so much master!. One Question: How implements the pagination? please😬
@KennethIsrael_aiikendoit
@KennethIsrael_aiikendoit Жыл бұрын
i have error in signup.jsx useState is not defined around 1:30:01 and up
@Alex35983
@Alex35983 Жыл бұрын
Got a simillar error useStateContext is not defined
@Alex35983
@Alex35983 Жыл бұрын
He is terrific terrible in showing the imports. You have to import the useStateContext from ContextProvider import { useStateContext } from "../context/ContextProvider";
@njourawebdev
@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
@TheCodeholic Жыл бұрын
Blog app?? That's great... my next video is about building blog with Laravel
@tahaezzahir5575
@tahaezzahir5575 Жыл бұрын
More projects like this one sir >>> Thank you
@MegaJijay
@MegaJijay Жыл бұрын
2:02:17 it should be $this->user->id
@muhdbasiirzulkifle5090
@muhdbasiirzulkifle5090 2 жыл бұрын
Definitely a gem. Thank you!
@elifas2012
@elifas2012 3 ай бұрын
Thanks for tutorial its easy to understand and code along
@dev-am1303
@dev-am1303 2 жыл бұрын
thank you very much for this amazing course.
@DualbladeV
@DualbladeV 2 жыл бұрын
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 🍾
@murobakuridze950
@murobakuridze950 2 жыл бұрын
Again, great content. Thanks
@muzika5001
@muzika5001 Жыл бұрын
Very good video. Thanks for sharing this with us! :)
@miguelsimba6259
@miguelsimba6259 Жыл бұрын
friend, your tutorial helped me a lot, maybe you have an update in which you include roles
@kreaweb-be
@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
@benrogers5736 Жыл бұрын
Great video, thanks!
@flaviofernandodoprado5826
@flaviofernandodoprado5826 8 ай бұрын
Thanks for sharing this great tutorial !
@laravelug
@laravelug 10 ай бұрын
Awesome, any plans for react native with laravel api, I know this can turn into the best channel forever ❤😅🎉
@claudineelomba3109
@claudineelomba3109 2 жыл бұрын
The perfect tuto!!!! (from Gabon)
@MohyeMahmoudFawzy
@MohyeMahmoudFawzy Жыл бұрын
Thanks for your great efforts. May you make a laravel with angular e-commerce website.
@okao08
@okao08 Жыл бұрын
this tutorial is amazing :D
@okao08
@okao08 Жыл бұрын
Could have stored the token inside a cookie though 😊
@cubedev4838
@cubedev4838 Жыл бұрын
Please make laravel react ecommerce like u did in laravel vue course
@fridoonnajeeb6842
@fridoonnajeeb6842 Жыл бұрын
thank you gentlemen
@MayteMozoReyes
@MayteMozoReyes 5 ай бұрын
Thanks for a very good video tutorial!
@sandrinerodriguez9425
@sandrinerodriguez9425 6 ай бұрын
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
@savy5435
@savy5435 2 жыл бұрын
You are the best, I'm so grateful, thank you 😍
@TheCodeholic
@TheCodeholic 2 жыл бұрын
Welcome
@MagnoKellyFelipe
@MagnoKellyFelipe 2 жыл бұрын
Thanks for the video.✌️
@codewithsthef
@codewithsthef Жыл бұрын
Amazing tutorial! Thank you so much for sharing your knowledge! 🤍
@FarukSavur
@FarukSavur Жыл бұрын
I like it. Perfect a combinatie. laravel and react. 🤟
@hrayrashchyan5925
@hrayrashchyan5925 7 ай бұрын
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
@nigelandam2679 Жыл бұрын
That's amazing tutorial. Hoping and looking forward to have more this, maybe you can have Laravel and React Query, combination.
@prasanthcse9398
@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
@nebiyuzewge4471 Жыл бұрын
Thank you so much it is big help sepecially uploading to server..
@dreambaked6646
@dreambaked6646 5 ай бұрын
Great tut thanks a lot!
@josetuz
@josetuz 2 жыл бұрын
Very useful! Thanks a lot!
@TheCodeholic
@TheCodeholic 2 жыл бұрын
Glad it was helpful!
@dapidminiAiki
@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
@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
@stephendelima9888 Жыл бұрын
This is awesome!
@salaharbani2582
@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
@Axios66 Жыл бұрын
Thanks For This Amazing Video
@kevinuzoma4557
@kevinuzoma4557 2 жыл бұрын
👍Nice one. Please how to fix cors error on localhost
@Denis-di6hc
@Denis-di6hc Жыл бұрын
kzbin.info/www/bejne/pmSUaWaZapWMhbM
@Aditya-jv9gj
@Aditya-jv9gj 12 күн бұрын
are there pagination and search filter function ?
@dannymulyansalu
@dannymulyansalu Жыл бұрын
Thank you for helping us, can you please do Next.js with laravel any simple project
@nandopookey9195
@nandopookey9195 Жыл бұрын
Thank you so much sir
@WebWonders1
@WebWonders1 Жыл бұрын
A very very thanks for uploading this content this helped me alot
@TheCodeholic
@TheCodeholic Жыл бұрын
Glad to hear it!
@ChinonsoIbeh-h5s
@ChinonsoIbeh-h5s Жыл бұрын
very good tuts
@shinpaingmin603
@shinpaingmin603 Жыл бұрын
how to make two roles: admin and users (for authorization)
@kbdschool
@kbdschool Жыл бұрын
Thank you a lot!
@SVGamesLab
@SVGamesLab Жыл бұрын
Great tutorial! How about using jetstream or breeze with nextjs?
@allan.koskei
@allan.koskei 2 жыл бұрын
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
@TheCodeholic
@TheCodeholic 2 жыл бұрын
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.
@samsorge27
@samsorge27 10 ай бұрын
​@@TheCodeholicthat would be very helpful indeed. As it stands every user that registers can see every other users data which is not that practical
@gavrielsembiring6048
@gavrielsembiring6048 8 ай бұрын
great video!
@lasithadulshan7357
@lasithadulshan7357 Жыл бұрын
thank you 🤩
@TheCodeholic
@TheCodeholic Жыл бұрын
You’re welcome 😊
@AtifAli-pm
@AtifAli-pm Жыл бұрын
Nice tutorial, please would you share pagination part as well?
@JuniorTeixeiraDev
@JuniorTeixeiraDev 10 ай бұрын
thank u bro, it's awesome
@ossamaagourari9882
@ossamaagourari9882 7 ай бұрын
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
@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
I Built Full Stack Application with Laravel, Vue 3 and Tailwindcss
5:18:44
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Build and Deploy an Awwwards Winning Website | React.js, Tailwind CSS, GSAP
2:39:35
Quiet Night: Deep Sleep Music with Black Screen - Fall Asleep with Ambient Music
3:05:46
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
Laravel vs React
9:40
Aaron Francis
Рет қаралды 68 М.
Laravel Crash Course | zero to deployment
1:20:38
Hitesh Choudhary
Рет қаралды 23 М.
Getting Started with React in Laravel
4:51
Laravel
Рет қаралды 49 М.
Build and Deploy a Modern Full Stack ECommerce React Application with Stripe
3:34:12
Laravel + Livewire todo app (and so much more)
16:41
Aaron Francis
Рет қаралды 53 М.
Build and Deploy Real Time Messenger Clone - Laravel, React, Tailwind.css
11:57:02
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН