Laravel 11 Sanctum API Integration with React Native with Expo

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

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

  • @RafAlmo-w9i
    @RafAlmo-w9i 2 месяца назад +2

    Thanks for the tutorial

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

    Nice tutorial sir, but what are you doing here, between 27:10 and 27:17 where is the event(new Registered ($user))

    • @solocode-en
      @solocode-en  Месяц назад

      Thanks, It is boilerplate code you can cancel it!

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

    Nice tutorial Sir, i have a question what if the post table has user_id column?. How can we pass the id of the authenticated user to the post table?.

    • @solocode-en
      @solocode-en  Месяц назад

      Glad it helps, you can use the following script to find user id $user_id =Auth::user()->id;