Laravel + React.js Full Stack CRUD and Authentication Project

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

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

  • @user-mf8eu2uz1n
    @user-mf8eu2uz1n 4 месяца назад +11

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

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

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

  • @RodolphSchwenzner
    @RodolphSchwenzner 20 дней назад +2

    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 Час назад

      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

  • @amirulafanndy9119
    @amirulafanndy9119 3 месяца назад +2

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

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

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

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

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

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

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

    Very helpful ❤❤

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

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

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

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

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

    Please make Laravel JWT api with react

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

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

  • @rudieronpraxedes5170
    @rudieronpraxedes5170 4 месяца назад +2

    you use AI to generate the voice?

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

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

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

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

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

    ❤❤❤❤

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

    why you did not use Inertia + React ?

    • @user-kb6lz3ej5v
      @user-kb6lz3ej5v 18 дней назад

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

    • @azraelhuyo-a
      @azraelhuyo-a 14 дней назад

      @@user-kb6lz3ej5v is it fine that he created a project folder within laravel folder itself?

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

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

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

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