Laravel + React.js Full Stack CRUD and Authentication Project

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

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

  • @ঘুমকন্যা
    @ঘুমকন্যা 8 месяцев назад +14

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

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

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

  • @garabudastingo
    @garabudastingo 5 месяцев назад +1

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

  • @mouazanan61
    @mouazanan61 9 месяцев назад +2

    Very helpful ❤❤

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

      @@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",.

  • @isaactetteh2620
    @isaactetteh2620 4 месяца назад +1

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

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

    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

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

    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.

  • @mr.RAND5584
    @mr.RAND5584 3 месяца назад +1

    How to npm build and deploy to webhosting?

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

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

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

    • @OlajireStephen
      @OlajireStephen 3 месяца назад +1

      run php artisan install:api

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

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

    you use AI to generate the voice?

  • @muhammadkamran2978
    @muhammadkamran2978 9 месяцев назад +3

    Please make Laravel JWT api with react

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

      ruclips.net/video/n-cimoQH9KU/видео.html

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

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

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

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

  • @kennyMcCormick-sf8hb
    @kennyMcCormick-sf8hb 8 месяцев назад

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

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

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

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

    why you did not use Inertia + React ?

    • @عليالعصفوري-ط4ض
      @عليالعصفوري-ط4ض 4 месяца назад

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

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

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

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

    ❤❤❤❤

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

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

  • @AnkitKumarShah-k7c
    @AnkitKumarShah-k7c 3 месяца назад

    make laravel and react ecommerce

  • @tix5040
    @tix5040 6 месяцев назад +3

    Copy pasta xddd src: ruclips.net/video/qJq9ZMB2Was/видео.html

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

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