React + Laravel Full-stack Application | Build and Deploy

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

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

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

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

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

  • @Alex-yr8gw
    @Alex-yr8gw 18 дней назад +1

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

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

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

    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!

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

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

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

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

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

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

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

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

    You make this planet a better place. Thanks!

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

    seems like a laravel base channel, ill sub

  • @محجوبمحمد-ز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 😊😊😊

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

    Beautiful images behind you!

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

      Szarbel Makhlouf?

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

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

    This is AMAZING!!! Greetings from colombia

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

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

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

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

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

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

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

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

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

    I wish I could subscribe twice! Amazing tutorial.

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

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

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

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

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

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

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

  • @madie2659
    @madie2659 2 года назад +1

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

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

    Great work Codeholic ❤🔥🔥

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

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

      @@TheCodeholic yeah, I did. Sqlite.😁

  • @manrahulbajwa
    @manrahulbajwa 2 года назад +1

    Keep making this type of projects

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

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

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

    Thanks for tutorial its easy to understand and code along

  • @mahamudulhasan001
    @mahamudulhasan001 2 года назад +1

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

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

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

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

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

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

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

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

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

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

  • @murobakuridze950
    @murobakuridze950 2 года назад +1

    Again, great content. Thanks

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

    More projects like this one sir >>> Thank you

  • @dimabrinza
    @dimabrinza 2 года назад +1

    As usual amazing job !!

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

  • @ICodeForJesus
    @ICodeForJesus 2 года назад +1

    Thank you for this awesome course

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

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

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

    Thanks for sharing this great tutorial !

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

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

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

    thank you very much for this amazing course.

  • @jadidlar4765
    @jadidlar4765 2 года назад +1

    Thank you for your course😍😍

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

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

  • @devnayem
    @devnayem Месяц назад +1

    Awesome ❤❤❤❤

  • @muhdbasiirzulkifle5090
    @muhdbasiirzulkifle5090 2 года назад +1

    Definitely a gem. Thank you!

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

    Thanks for a very good video tutorial!

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

    this tutorial is amazing :D

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

      Could have stored the token inside a cookie though 😊

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

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

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

    Great video, thanks!

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

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

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

    i subscribe, because of laravel contents

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

    your background orthodox icons wow
    ❤✝

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

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

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

  • @savy5435
    @savy5435 2 года назад +1

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

  • @claudineelomba3109
    @claudineelomba3109 2 года назад +1

    The perfect tuto!!!! (from Gabon)

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

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

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

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

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

  • @josetuz
    @josetuz 2 года назад +1

    Very useful! Thanks a lot!

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

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

  • @MagnoKellyFelipe
    @MagnoKellyFelipe 2 года назад +1

    Thanks for the video.✌️

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

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

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

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

    Great tut thanks a lot!

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

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

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

    thank you gentlemen

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

    Thanks For This Amazing Video

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

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

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

      да это так, siuuuu

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

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

  • @kevinuzoma4557
    @kevinuzoma4557 2 года назад +1

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

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

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

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

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

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

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

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

    my first comment on this ytb thank you

  • @Aditya-jv9gj
    @Aditya-jv9gj 10 дней назад

    are there pagination and search filter function ?

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

    This is awesome!

  • @עידןאמינוב
    @עידןאמינוב Год назад

    hi what about rules and permissions how i define permissions on the page

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

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

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

    Thank you so much sir

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

    thank u bro, it's awesome

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

    Thanks a lot,
    can you add the Pagination part also?

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

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

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

    Brother could give me the theme name of your php strome and how you get the right sidebar like vs code.

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

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

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