React + Laravel Full-stack Application | Build and Deploy

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 402

  • @TheCodeholic
    @TheCodeholic  2 ปีที่แล้ว +9

    🚀 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 ปีที่แล้ว +1

      $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 ปีที่แล้ว +2

      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.

  • @Haneefppd
    @Haneefppd 3 หลายเดือนก่อน +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.

  • @LucasCouto-r7j
    @LucasCouto-r7j ปีที่แล้ว +10

    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 3 หลายเดือนก่อน

      yes hook should not be in if

    • @TheCodeholic
      @TheCodeholic  3 หลายเดือนก่อน +2

      Better late than never. Thanks for your commens and advice

  • @rhrkv
    @rhrkv ปีที่แล้ว +10

    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  ปีที่แล้ว +3

      Thanks a lot my friend.
      This comment will make my day

  • @michaelheimburger1115
    @michaelheimburger1115 2 ปีที่แล้ว +14

    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!

  • @Alex-yr8gw
    @Alex-yr8gw หลายเดือนก่อน +1

    You are super teacher! Your English pronounciation is great! Thanks a lot!

  • @certificationcaci6469
    @certificationcaci6469 ปีที่แล้ว +1

    You're one of the top teacher and developer in the earth,
    Please continue, I wish you all the best.

  • @kwanele_dev
    @kwanele_dev 2 ปีที่แล้ว +4

    I've been waiting for this all my life. So glad it's finally here. Can't wait to learn

  • @inteliconn995
    @inteliconn995 2 ปีที่แล้ว +2

    You make this planet a better place. Thanks!

    • @TheCodeholic
      @TheCodeholic  2 ปีที่แล้ว

      One good thing at a time 🙂

  • @NestorNarvaez
    @NestorNarvaez ปีที่แล้ว +4

    Beautiful images behind you!

    • @gmkowall
      @gmkowall 11 หลายเดือนก่อน

      Szarbel Makhlouf?

  • @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.

  • @feketegergo207
    @feketegergo207 ปีที่แล้ว +11

    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  ปีที่แล้ว +3

      Thank you for such a nice comment

  • @محجوبمحمد-ز4ق
    @محجوبمحمد-ز4ق 2 ปีที่แล้ว +13

    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 😊😊😊

  • @elizalima6461
    @elizalima6461 7 หลายเดือนก่อน +2

    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.

  • @pinturicchio1395
    @pinturicchio1395 ปีที่แล้ว +2

    Thank you, this video is amazing, your explanation is very easy to follow

  • @Sabotazh666
    @Sabotazh666 2 ปีที่แล้ว +71

    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 หลายเดือนก่อน +4

      @@Sarfrozkhan If you use PHPstorm, it will issue a warning without a query().

    • @ThuTaZoneMM
      @ThuTaZoneMM 7 หลายเดือนก่อน

      Thank you brother

  • @iloilomoliere8692
    @iloilomoliere8692 8 หลายเดือนก่อน +2

    seems like a laravel base channel, ill sub

  • @AysheSammiyeva
    @AysheSammiyeva ปีที่แล้ว +1

    It was awesome course for laravel with react.js and with all that deployment tips ). Will be waiting for more content

  • @soy-luisarrieta
    @soy-luisarrieta ปีที่แล้ว +2

    This is AMAZING!!! Greetings from colombia

  • @soy-luisarrieta
    @soy-luisarrieta ปีที่แล้ว +2

    Video completed from 0 to 100! Everything perfect. Thank you very much!

  • @nycosborne
    @nycosborne 2 ปีที่แล้ว +2

    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  2 ปีที่แล้ว

      Thanks. Not sure. I have some other video topic plans in close future

  • @GersonAlmonte
    @GersonAlmonte ปีที่แล้ว +1

    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?

  • @AsmaKhan-qf6gd
    @AsmaKhan-qf6gd ปีที่แล้ว +1

    It was super awesome video which is really good for beginners please make more videos like this we literally love your lectures

  • @nisnocky
    @nisnocky 9 หลายเดือนก่อน +3

    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

  • @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.

  • @alfredogonzalez9420
    @alfredogonzalez9420 ปีที่แล้ว +4

    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

  • @madie2659
    @madie2659 2 ปีที่แล้ว +1

    Thank you so much… I'm going to binge-watch this

  • @Ahmet_Altun
    @Ahmet_Altun 9 หลายเดือนก่อน

    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
    🙂

  • @jacobacklin2597
    @jacobacklin2597 ปีที่แล้ว +1

    I wish I could subscribe twice! Amazing tutorial.

  • @manrahulbajwa
    @manrahulbajwa 2 ปีที่แล้ว +1

    Keep making this type of projects

  • @abdurahmanyarow1272
    @abdurahmanyarow1272 2 ปีที่แล้ว +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😊😊

  • @nfinzer22
    @nfinzer22 2 ปีที่แล้ว +2

    Bro! Love the icons! Subscribing for fellow Orthodox coder!

  • @bibekangde8960
    @bibekangde8960 ปีที่แล้ว +2

    Great work Codeholic ❤🔥🔥

  • @dimabrinza
    @dimabrinza 2 ปีที่แล้ว +1

    As usual amazing job !!

  • @DualbladeV
    @DualbladeV 2 ปีที่แล้ว +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 🍾

  • @mahamudulhasan001
    @mahamudulhasan001 2 ปีที่แล้ว +1

    Good sir I'm waiting for your every single video. I'm from Bangladesh 🇧🇩

  • @thefa11en45
    @thefa11en45 10 หลายเดือนก่อน

    Thanks for this tutorial, i understand many things about login and route control :)

  • @muhdbasiirzulkifle5090
    @muhdbasiirzulkifle5090 2 ปีที่แล้ว +1

    Definitely a gem. Thank you!

  • @sumoB11h
    @sumoB11h ปีที่แล้ว

    just getting with laravel and your video😌 i will be back when i am done
    thank for this☺

  • @kapa9436
    @kapa9436 ปีที่แล้ว +2

    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

  • @muzika5001
    @muzika5001 ปีที่แล้ว +1

    Very good video. Thanks for sharing this with us! :)

  • @tahaezzahir5575
    @tahaezzahir5575 ปีที่แล้ว

    More projects like this one sir >>> Thank you

  • @murobakuridze950
    @murobakuridze950 2 ปีที่แล้ว +1

    Again, great content. Thanks

  • @ICodeForJesus
    @ICodeForJesus 2 ปีที่แล้ว +1

    Thank you for this awesome course

  • @dev-am1303
    @dev-am1303 2 ปีที่แล้ว +1

    thank you very much for this amazing course.

  • @joshykpadt
    @joshykpadt ปีที่แล้ว

    Its a wonderful and valuable presentation. Thank you very much.

  • @mohamedaminelaaryech7957
    @mohamedaminelaaryech7957 ปีที่แล้ว +1

    Thank you a lot i will use this structure in my school project

  • @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  ปีที่แล้ว +2

      Blog app?? That's great... my next video is about building blog with Laravel

  • @jadidlar4765
    @jadidlar4765 2 ปีที่แล้ว +1

    Thank you for your course😍😍

  • @flaviofernandodoprado5826
    @flaviofernandodoprado5826 8 หลายเดือนก่อน

    Thanks for sharing this great tutorial !

  • @okao08
    @okao08 ปีที่แล้ว +1

    this tutorial is amazing :D

    • @okao08
      @okao08 ปีที่แล้ว

      Could have stored the token inside a cookie though 😊

  • @samueluche5179
    @samueluche5179 9 หลายเดือนก่อน +1

    In all these, I was looking for where you connected to the database with mysql.

    • @TheCodeholic
      @TheCodeholic  9 หลายเดือนก่อน +1

      I hope you found it

    • @samueluche5179
      @samueluche5179 9 หลายเดือนก่อน

      @@TheCodeholic yeah, I did. Sqlite.😁

  • @benrogers5736
    @benrogers5736 ปีที่แล้ว +1

    Great video, thanks!

  • @claudineelomba3109
    @claudineelomba3109 2 ปีที่แล้ว +1

    The perfect tuto!!!! (from Gabon)

  • @elifas2012
    @elifas2012 4 หลายเดือนก่อน

    Thanks for tutorial its easy to understand and code along

  • @akdisrael
    @akdisrael ปีที่แล้ว

    i subscribe, because of laravel contents

  • @savy5435
    @savy5435 2 ปีที่แล้ว +1

    You are the best, I'm so grateful, thank you 😍

  • @MayteMozoReyes
    @MayteMozoReyes 6 หลายเดือนก่อน

    Thanks for a very good video tutorial!

  • @josetuz
    @josetuz 2 ปีที่แล้ว +1

    Very useful! Thanks a lot!

  • @nigelandam2679
    @nigelandam2679 ปีที่แล้ว

    That's amazing tutorial. Hoping and looking forward to have more this, maybe you can have Laravel and React Query, combination.

  • @MagnoKellyFelipe
    @MagnoKellyFelipe 2 ปีที่แล้ว +1

    Thanks for the video.✌️

  • @MohyeMahmoudFawzy
    @MohyeMahmoudFawzy ปีที่แล้ว +1

    Thanks for your great efforts. May you make a laravel with angular e-commerce website.

  • @stephendelima9888
    @stephendelima9888 ปีที่แล้ว

    This is awesome!

  • @codewithsthef
    @codewithsthef ปีที่แล้ว +1

    Amazing tutorial! Thank you so much for sharing your knowledge! 🤍

  • @miguelsimba6259
    @miguelsimba6259 ปีที่แล้ว +1

    friend, your tutorial helped me a lot, maybe you have an update in which you include roles

  • @temesgen4303
    @temesgen4303 10 หลายเดือนก่อน

    your background orthodox icons wow
    ❤✝

    • @TheCodeholic
      @TheCodeholic  10 หลายเดือนก่อน +1

      🙏❤️

  • @Axios66
    @Axios66 ปีที่แล้ว

    Thanks For This Amazing Video

  • @devnayem
    @devnayem 2 หลายเดือนก่อน +1

    Awesome ❤❤❤❤

  • @nebiyuzewge4471
    @nebiyuzewge4471 ปีที่แล้ว

    Thank you so much it is big help sepecially uploading to server..

  • @dreambaked6646
    @dreambaked6646 5 หลายเดือนก่อน

    Great tut thanks a lot!

  • @prasanthcse9398
    @prasanthcse9398 ปีที่แล้ว +4

    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.

  • @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  หลายเดือนก่อน +1

      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.

  • @fridoonnajeeb6842
    @fridoonnajeeb6842 ปีที่แล้ว +1

    thank you gentlemen

  • @FarukSavur
    @FarukSavur ปีที่แล้ว +1

    I like it. Perfect a combinatie. laravel and react. 🤟

  • @WebWonders1
    @WebWonders1 ปีที่แล้ว

    A very very thanks for uploading this content this helped me alot

  • @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 ปีที่แล้ว +3

      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

  • @kreaweb-be
    @kreaweb-be ปีที่แล้ว +4

    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.

  • @josyarad82
    @josyarad82 ปีที่แล้ว +1

    Thank you so much master!. One Question: How implements the pagination? please😬

  • @gavrielsembiring6048
    @gavrielsembiring6048 8 หลายเดือนก่อน

    great video!

  • @MegaJijay
    @MegaJijay ปีที่แล้ว

    2:02:17 it should be $this->user->id

  • @andreytver
    @andreytver ปีที่แล้ว

    Двойной профит, и урок замечательный, и английский прокачиваешь

    • @nihongo_
      @nihongo_ ปีที่แล้ว

      да это так, siuuuu

  • @JuniorTeixeiraDev
    @JuniorTeixeiraDev 10 หลายเดือนก่อน

    thank u bro, it's awesome

  • @cubedev4838
    @cubedev4838 ปีที่แล้ว +4

    Please make laravel react ecommerce like u did in laravel vue course

  • @muhammadzohaibyunis5872
    @muhammadzohaibyunis5872 ปีที่แล้ว +1

    @TheCodeholic nice and great tutorial, Suggestion : using password validation for laravel, at 1:25:21 / signup Password class must be included use Illuminate\Validation\Rules\Password; in signup request

  • @ChinonsoIbeh-h5s
    @ChinonsoIbeh-h5s ปีที่แล้ว +1

    very good tuts

  • @hrayrashchyan5925
    @hrayrashchyan5925 7 หลายเดือนก่อน +1

    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?

  • @laravelug
    @laravelug 10 หลายเดือนก่อน

    Awesome, any plans for react native with laravel api, I know this can turn into the best channel forever ❤😅🎉

  • @KennethIsrael_aiikendoit
    @KennethIsrael_aiikendoit ปีที่แล้ว +1

    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";

  • @nandopookey9195
    @nandopookey9195 ปีที่แล้ว +1

    Thank you so much sir

  • @kbdschool
    @kbdschool ปีที่แล้ว +1

    Thank you a lot!

  • @sandrinerodriguez9425
    @sandrinerodriguez9425 7 หลายเดือนก่อน +1

    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

  • @dannymulyansalu
    @dannymulyansalu ปีที่แล้ว

    Thank you for helping us, can you please do Next.js with laravel any simple project

  • @MrSupergtrr35
    @MrSupergtrr35 ปีที่แล้ว

    Your video @1:26:00, you have used a class Password:: but never called/mentioned that class at the top of SignupRequest.php . That is giving me an error >> {message: "Class "App\Http\Requests\Password" not found", exception: "Error",…} when I clicked Sign Up button. Where is that class came from? Or I had to remove completely of Password::min(8)->letters()->symbols() to make it work.

    • @andrevzo84
      @andrevzo84 10 หลายเดือนก่อน +1

      You have to use Illuminate\Validation\Rules\Password

    • @hugoralbuquerque
      @hugoralbuquerque 8 หลายเดือนก่อน

      @@andrevzo84 Thanks! I was receiving the same error and fixed it when I changed from "Illuminate\Support\Facades\Password" to "Illuminate\Validation\Rules\Password".

  • @gytislaukaitis
    @gytislaukaitis 7 หลายเดือนก่อน

    Saved the day

  • @iebrahemsai3057
    @iebrahemsai3057 ปีที่แล้ว

    thank you for a good explain

  • @hasanulgonisohayeb6323
    @hasanulgonisohayeb6323 7 หลายเดือนก่อน

    Thank you so much for this vide

  • @sandrokvizhinadze
    @sandrokvizhinadze ปีที่แล้ว

    ქართულადაც გვინდა მეგობარო

  • @lasithadulshan7357
    @lasithadulshan7357 ปีที่แล้ว +1

    thank you 🤩

  • @BurakSAGIR-jx6cr
    @BurakSAGIR-jx6cr 6 หลายเดือนก่อน

    Суперская связка, такие редко попадаются в открытом доступе, в основном в приватках и могут подкинуть прям друзья!

  • @crepink875
    @crepink875 4 หลายเดือนก่อน

    Thank you for the tutorials on INERTIA. Can we have a video on the deployment of INERTIA on Windows server? Please