React + Laravel Full-stack Application | Build and Deploy

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 392

  • @TheCodeholic
    @TheCodeholic  Год назад +9

    🚀 Get Shared Hosting for only $2.99: hostinger.com/thecodeholic, and use coupon code "THECODEHOLIC" for EXTRA 10% OFF 🚀

    • @shahnawazz123
      @shahnawazz123 Год назад

      For one year ?

    • @TheCodeholic
      @TheCodeholic  Год назад +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 27 дней назад +1

    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.

  • @Sabotazh666
    @Sabotazh666 Год назад +67

    To avoid a warning when creating a user, use User::query()->create() instead of User::create().

    • @Sarfrozkhan
      @Sarfrozkhan 9 месяцев назад

      What's the difference??

    • @Sabotazh666
      @Sabotazh666 9 месяцев назад +4

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

    • @ThuTaZoneMM
      @ThuTaZoneMM 4 месяца назад

      Thank you brother

  • @LucasCouto-r7j
    @LucasCouto-r7j Год назад +9

    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

  • @rachmadnurhayat5131
    @rachmadnurhayat5131 Год назад +9

    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

  • @certificationcaci6469
    @certificationcaci6469 Год назад +1

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

  • @inteliconn995
    @inteliconn995 Год назад +2

    You make this planet a better place. Thanks!

  • @michaelheimburger1115
    @michaelheimburger1115 Год назад +12

    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!

  • @iloilomoliere8692
    @iloilomoliere8692 5 месяцев назад +2

    seems like a laravel base channel, ill sub

  • @محجوبمحمد-ز4ق
    @محجوبمحمد-ز4ق Год назад +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 😊😊😊

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

  • @NestorNarvaez
    @NestorNarvaez 10 месяцев назад +4

    Beautiful images behind you!

    • @gmkowall
      @gmkowall 8 месяцев назад

      Szarbel Makhlouf?

  • @pinturicchio1395
    @pinturicchio1395 11 месяцев назад +2

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

  • @soy-luisarrieta
    @soy-luisarrieta Год назад +2

    This is AMAZING!!! Greetings from colombia

  • @AysheSammiyeva
    @AysheSammiyeva Год назад +1

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

  • @kwanele_dev
    @kwanele_dev Год назад +4

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

  • @jacobacklin2597
    @jacobacklin2597 9 месяцев назад +1

    I wish I could subscribe twice! Amazing tutorial.

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

  • @nycosborne
    @nycosborne Год назад +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  Год назад

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

  • @nisnocky
    @nisnocky 7 месяцев назад +2

    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

  • @AsmaKhan-qf6gd
    @AsmaKhan-qf6gd 10 месяцев назад +1

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

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

  • @soy-luisarrieta
    @soy-luisarrieta Год назад +2

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

  • @sumoB11h
    @sumoB11h Год назад

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

  • @madie2659
    @madie2659 Год назад +1

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

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

  • @bibekangde8960
    @bibekangde8960 Год назад +2

    Great work Codeholic ❤🔥🔥

  • @mahamudulhasan001
    @mahamudulhasan001 Год назад +1

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

  • @manrahulbajwa
    @manrahulbajwa Год назад +1

    Keep making this type of projects

  • @yajie7756
    @yajie7756 11 месяцев назад

    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.

  • @temesgen4303
    @temesgen4303 7 месяцев назад

    your background orthodox icons wow
    ❤✝

  • @Ahmet_Altun
    @Ahmet_Altun 6 месяцев назад

    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
    🙂

  • @thefa11en45
    @thefa11en45 7 месяцев назад

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

  • @mohamedaminelaaryech7957
    @mohamedaminelaaryech7957 Год назад +1

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

  • @nfinzer22
    @nfinzer22 Год назад +2

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

  • @tahaezzahir5575
    @tahaezzahir5575 Год назад

    More projects like this one sir >>> Thank you

  • @joshykpadt
    @joshykpadt Год назад

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

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

  • @akdisrael
    @akdisrael Год назад

    i subscribe, because of laravel contents

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

  • @elifas2012
    @elifas2012 Месяц назад

    Thanks for tutorial its easy to understand and code along

  • @samueluche5179
    @samueluche5179 7 месяцев назад +1

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

    • @TheCodeholic
      @TheCodeholic  7 месяцев назад +1

      I hope you found it

    • @samueluche5179
      @samueluche5179 6 месяцев назад

      @@TheCodeholic yeah, I did. Sqlite.😁

  • @muzika5001
    @muzika5001 Год назад +1

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

  • @miguelsimba6259
    @miguelsimba6259 Год назад +1

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

  • @charlesvallar8762
    @charlesvallar8762 Год назад +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 🍾

  • @jadidlar4765
    @jadidlar4765 Год назад +1

    Thank you for your course😍😍

  • @ICodeForJesus
    @ICodeForJesus Год назад +1

    Thank you for this awesome course

  • @kreaweb-be
    @kreaweb-be Год назад +3

    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.

  • @flaviofernandodoprado5826
    @flaviofernandodoprado5826 5 месяцев назад

    Thanks for sharing this great tutorial !

  • @MohyeMahmoudFawzy
    @MohyeMahmoudFawzy Год назад +1

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

  • @MayteMozoReyes
    @MayteMozoReyes 3 месяца назад

    Thanks for a very good video tutorial!

  • @josyarad82
    @josyarad82 Год назад +1

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

  • @FarukSavur
    @FarukSavur 10 месяцев назад +1

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

  • @muhdbasiirzulkifle5090
    @muhdbasiirzulkifle5090 Год назад +1

    Definitely a gem. Thank you!

  • @murobakuridze950
    @murobakuridze950 Год назад +1

    Again, great content. Thanks

  • @dimabrinza
    @dimabrinza Год назад +1

    As usual amazing job !!

  • @dev-am1303
    @dev-am1303 Год назад +1

    thank you very much for this amazing course.

  • @codewithsthef
    @codewithsthef Год назад +1

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

  • @laravelug
    @laravelug 8 месяцев назад

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

  • @claudineelomba3109
    @claudineelomba3109 Год назад +1

    The perfect tuto!!!! (from Gabon)

  • @savy5435
    @savy5435 Год назад +1

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

  • @crepink875
    @crepink875 2 месяца назад

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

  • @nigelandam2679
    @nigelandam2679 Год назад

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

  • @okao08
    @okao08 Год назад +1

    this tutorial is amazing :D

    • @okao08
      @okao08 Год назад

      Could have stored the token inside a cookie though 😊

  • @MegaJijay
    @MegaJijay Год назад

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

  • @benrogers5736
    @benrogers5736 Год назад +1

    Great video, thanks!

  • @nebiyuzewge4471
    @nebiyuzewge4471 Год назад

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

  • @hrayrashchyan5925
    @hrayrashchyan5925 4 месяца назад +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?

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

  • @elizalima6461
    @elizalima6461 5 месяцев назад +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.

  • @dannymulyansalu
    @dannymulyansalu Год назад

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

  • @fridoonnajeeb6842
    @fridoonnajeeb6842 Год назад +1

    thank you gentlemen

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

  • @andreytver
    @andreytver 11 месяцев назад

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

    • @nihongo_
      @nihongo_ 10 месяцев назад

      да это так, siuuuu

  • @cubedev4838
    @cubedev4838 Год назад +4

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

  • @MagnoKellyFelipe
    @MagnoKellyFelipe Год назад +1

    Thanks for the video.✌️

  • @josetuz
    @josetuz Год назад +1

    Very useful! Thanks a lot!

  • @Axios66
    @Axios66 Год назад

    Thanks For This Amazing Video

  • @dreambaked6646
    @dreambaked6646 2 месяца назад

    Great tut thanks a lot!

  • @BurakSAGIR-jx6cr
    @BurakSAGIR-jx6cr 3 месяца назад

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

  • @allan.koskei
    @allan.koskei Год назад

    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  Год назад +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 8 месяцев назад

      ​@@TheCodeholicthat would be very helpful indeed. As it stands every user that registers can see every other users data which is not that practical

  • @WebWonders1
    @WebWonders1 Год назад

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

  • @stephendelima9888
    @stephendelima9888 Год назад

    This is awesome!

  • @shreyashsherchan8148
    @shreyashsherchan8148 5 месяцев назад

    what do i do with this:
    Would you like to install a starter kit? [No starter kit]:
    [none ] No starter kit
    [breeze ] Laravel Breeze
    [jetstream] Laravel Jetstream
    Which testing framework do you prefer? [Pest]:
    [0] Pest
    [1] PHPUnit
    Would you like to initialize a Git repository? (yes/no) [no]:

  • @nandopookey9195
    @nandopookey9195 Год назад +1

    Thank you so much sir

  • @salaharbani2582
    @salaharbani2582 Год назад +1

    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

  • @SVGamesLab
    @SVGamesLab Год назад

    Great tutorial! How about using jetstream or breeze with nextjs?

  • @boky7731
    @boky7731 11 месяцев назад

    Nice background brother ❤☦☦☦

  • @gavrielsembiring6048
    @gavrielsembiring6048 6 месяцев назад

    great video!

  • @JavedURRehman
    @JavedURRehman Год назад

    No doubt, today I learned a lot. I appreciate your hard work. But I would like to ask two question that you deployed react without git, it means whenever you will make changes in your react, you will always need to copy paste the dist folder files and you deployed Laravel via public git repo, what if I don't want to deploy from public repo but from private repo, what are the additional task I will need to deploy our Laravel app from private repo to our website. Thanks

  • @JuniorTeixeiraDev
    @JuniorTeixeiraDev 8 месяцев назад

    thank u bro, it's awesome

  • @kevinuzoma4557
    @kevinuzoma4557 Год назад +1

    👍Nice one. Please how to fix cors error on localhost

    • @Denis-di6hc
      @Denis-di6hc Год назад

      ruclips.net/video/p3183c50YOQ/видео.html

  • @ChinonsoIbeh-h5s
    @ChinonsoIbeh-h5s Год назад +1

    very good tuts

  • @kbdschool
    @kbdschool Год назад +1

    Thank you a lot!

  • @AtifAli-pm
    @AtifAli-pm Год назад +1

    Nice tutorial, please would you share pagination part as well?

  • @shinpaingmin603
    @shinpaingmin603 Год назад +1

    how to make two roles: admin and users (for authorization)

  • @iebrahemsai3057
    @iebrahemsai3057 Год назад

    thank you for a good explain

  • @abrahambamidele7810
    @abrahambamidele7810 Год назад +1

    hi the codeholics, it gives me joy how you make the difficult things easy, thanks for the good job. please 🙏 I want to confirm if it's possible to host a React js and Laravel app on the same domain

    • @TheCodeholic
      @TheCodeholic  Год назад

      Thank you.
      I think your suggestion is great. I will tey to consider that.

  • @delacliqueentertainment4456
    @delacliqueentertainment4456 8 месяцев назад

    Thanks for the tutorial, try doing same tutorial but for laravel 10

    • @TheCodeholic
      @TheCodeholic  8 месяцев назад

      It will be very similar for Laravel 10 and 11 also No big difference.

  • @davitgogidze4310
    @davitgogidze4310 Год назад

    It would be good if you record a separate video where there will be a deployment using Digitalocean