Laravel + React.js Full Stack CRUD and Authentication Project

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 34

  • @LemesaElias
    @LemesaElias 4 місяці тому +1

    This is actually great . You can learn a lot in just a little over one hour.

  • @ঘুমকন্যা
    @ঘুমকন্যা 9 місяців тому +14

    Please make a travel website tutorial using laravel 11 with MySQL and react js

  • @garabudastingo
    @garabudastingo 6 місяців тому +1

    dude nice tutorial, helped me a lot. you earned a new subscriber 🤟

  • @isaactetteh2620
    @isaactetteh2620 5 місяців тому +1

    I just subscribed to your channel. Great tutorial and hope you will be creating real projects like ecommerce, blogging with this same frameworks

  • @mouazanan61
    @mouazanan61 10 місяців тому +2

    Very helpful ❤❤

  • @stevenacosta128
    @stevenacosta128 2 місяці тому

    this is great! thanks a lot sir. i suggest, how work frontend react js and backend laravel with different files and how it link to each other, please make a video it helps more devs here and this is a best practice. thanks a lot.

  • @RodolphSchwenzner
    @RodolphSchwenzner 5 місяців тому +5

    Nice tutorial however, there seems to be a major piece missing from this tutorial. After creating the Laravel project one must run the artisan command "php artisan install:api", otherwise nothing will work.
    I spent quite some time wondering how and from where did the file api.php under routes appeared when normal installation does not include such a file. Finally I found it in the documentation under Laravel Sanctum.

    • @gamesdetector6214
      @gamesdetector6214 5 місяців тому +3

      this command only required if you r using laravel 11 , if you using for example laravel 9 it will be installed by default with installation

    • @crazy1programmer
      @crazy1programmer Місяць тому

      @@gamesdetector6214 ofcoz in laravel 11.the api.php file in route folder is not included however it can be included after running the command "php artisan install:api",.

  • @abdallahquapeel5995
    @abdallahquapeel5995 2 місяці тому

    thanks a lot for this fantastic tut and I have one question: why did you use 'useEffect' hook to set user data in the 'defaultLayout'? didn`t u update it after register and also after login ? thanks advanced

  • @mr.RAND5584
    @mr.RAND5584 4 місяці тому +1

    How to npm build and deploy to webhosting?

  • @botech-studio
    @botech-studio 8 місяців тому +3

    Hello George nice work, but I got problem with the api setup on laravel side. So, I'm using laravel 11, after submitting the register form, I can see from the console saying that the api not found, and I run 'php artisan route:list' it returns the route without the login, register and logout route. Anyone know how to fix this ? Thanks in advance

    • @VuNguyen-kk1lk
      @VuNguyen-kk1lk 8 місяців тому

      Im having the same problem, when u have the answer please notify me
      @amirulafanndy9119

    • @roeldingle8481
      @roeldingle8481 7 місяців тому

      Not sure if you already have the solution, try 'php artisan cache:clear' then 'php artisan route:list' ... hope this helps

    • @mrpotensial
      @mrpotensial 7 місяців тому

      @@roeldingle8481 fyi in laravel 11 u can 'php artisan optimize:clear' to clear all cache

    • @OlajireStephen
      @OlajireStephen 4 місяці тому +1

      run php artisan install:api

  • @trancosger
    @trancosger 4 місяці тому

    The text in the tutorial is very small. You need to use a different terminal and place its window in the middle of the screen.

  • @rudieronpraxedes5170
    @rudieronpraxedes5170 9 місяців тому +2

    you use AI to generate the voice?

  • @kennyMcCormick-sf8hb
    @kennyMcCormick-sf8hb 9 місяців тому

    Sir, can you add ionic-react authentication on that? For mobile

  • @youaskforit
    @youaskforit 4 місяці тому

    I don’t think you should use “get” on the logout route. Other than that, nice tutorial.

  • @mugerwaobadiah1621
    @mugerwaobadiah1621 10 місяців тому

    Nice, am waiting for redux toolkit instead of context api❤ for authentication

    • @Code_with_George
      @Code_with_George  10 місяців тому +1

      Maybe in the next project we will learn how to use redux

  • @muhammadkamran2978
    @muhammadkamran2978 10 місяців тому +3

    Please make Laravel JWT api with react

  • @d3WebSolution
    @d3WebSolution 9 місяців тому

    why you did not use Inertia + React ?

    • @عليالعصفوري-ط4ض
      @عليالعصفوري-ط4ض 5 місяців тому

      Most of companies uses api to seprate back and front end to divide the job and be more suitable and reuseable

    • @azraelhuyoa
      @azraelhuyoa 5 місяців тому

      @@عليالعصفوري-ط4ض is it fine that he created a project folder within laravel folder itself?

  • @hasanulgonisohayeb6323
    @hasanulgonisohayeb6323 10 місяців тому

    ❤❤❤❤

  • @arho2000
    @arho2000 6 місяців тому

    Thank you for this tutorial. Can you make real projects? Please ☺️☺️

  • @tix5040
    @tix5040 7 місяців тому +3

    Copy pasta xddd src: ua-cam.com/video/qJq9ZMB2Was/v-deo.html

  • @AnkitKumarShah-k7c
    @AnkitKumarShah-k7c 4 місяці тому

    make laravel and react ecommerce

  • @cesarlopez5401
    @cesarlopez5401 8 місяців тому

    Hi @Code_with_George I get a 403 forbidden response whenever Ii try to edit or save a new user, please help me!