Это видео недоступно.
Сожалеем об этом.

6 Login and display user details | Vue Authentication with Laravel

Поделиться
HTML-код
  • Опубликовано: 13 ноя 2022
  • Vue Authentication Playlist: bit.ly/3g7YZHd In this video, we are going to login and display user details.
    Laravel Breeze API.
    Vue JS Full authentication with Laravel.
    Laravel VueJS authentication.
    Support me:
    Get the Udemy Course: bit.ly/3SMaeCY
    / laraveller
    Cloudways: www.cloudways.com/en/?id=1107304
    DigitalOqean $200 free: m.do.co/c/35b78d1e88a4
    Follow me:
    Twitter: / laravellercom
    Facebook Page: / 1laravellercom
    Instagram: / laravellercom
    GitHub: github.com/laraveller
    Website:
    Setup VS CODE for Laravel: • How to setup VS Code f...
    Setup Mac for development: • How To Setup New Mac F...
    Laravel API Vue 3 CRUD: • Vue JS CRUD with Larav...
    Laravel REST API: • Laravel Rest API CRUD ...
    Playlists:
    Laravel Inertia Portfolio - bit.ly/3DlxTp5
    Laravel Reddit clone - bit.ly/3UOYS2O
    React tutorial for beginners - bit.ly/3arkqjX
    Laravel Filament Blog - bit.ly/3nWYv74
    Laravel 9 Full Tutorial - bit.ly/3nTiyTR
    Laravel 9 Media Library - bit.ly/3LpJmVr
    Laravel Essentials Full Tutorial - bit.ly/3vplyuC
    Laravel Mail Tutorial - bit.ly/37mJUNh
    Laravel Restaurant Reservation - bit.ly/3Jc5IcG
    Spatie Laravel Permission - bit.ly/3pOsOhN
    Laravel Testing For Beginners - bit.ly/3t1gNq4
    Laravel Roles and Permissions - bit.ly/3gOhM7d
    LARAVEL INERTIA MOVIE APP - bit.ly/3FVMp4Q
    Laravel Livewire Movie App - bit.ly/3s8D6v1
    Laravel Classified Website - bit.ly/3nsFRnb
    Livewire Employees - bit.ly/2ZtIpZY
    Laravel Employees Management - bit.ly/3Gglt14
    #vuejs #tutorial
    Laravel admin panel - bit.ly/3CcX75M

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

  • @tonyxhepaofficial
    @tonyxhepaofficial  Год назад +7

    Login and display user details | Vue Authentication with Laravel

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

    Excellent content, wish to see your channel grow bigger.

  • @Savannahkcenglish
    @Savannahkcenglish 29 дней назад

    Thank you!

  • @andresfelipelizcano967
    @andresfelipelizcano967 Год назад +3

    I'm getting this one error : "422 Unprocessable Content", when i send the post request

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

    I did the same steps and it didn't work, the 419 error.

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

    hello I have a CSRF TOKEN mismatch error
    when i try to login

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

    helo sir, may i have some question..
    from this video it's using inertia or just laravel for autentication and vue js for front-end..
    thank for your video

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

    failed to load response data no resource with given identifier ,what is this?

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

    Great work bro

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

    I got 419 error, why?

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

    Hi. Which theme are you using in this video?

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

    Why do i get CSRF token mismatch?

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

      See the next video in playlist GET Token ruclips.net/video/_NevyJBb8fQ/видео.html

  • @user-ed7dh5ws7i
    @user-ed7dh5ws7i 8 месяцев назад

    This is great. But can I display all the registered users in a data table? I've tried your method but the only data I can fetch is the current logged in user. I hope you can help me with this.

    • @tonyxhepaofficial
      @tonyxhepaofficial  8 месяцев назад +1

      Yes, you can get all users from db. You need to create a new route and make a request to get users.

    • @user-ed7dh5ws7i
      @user-ed7dh5ws7i 8 месяцев назад

      @@tonyxhepaofficial already solved the problem but now my problem is when I logged out my account, I can still see the dashboard/home page how can I prevent that?

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

    Both /api/user and /login routes give me 404. I think there is something wrong with this tutorial.

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

      On RouteServiceProvider.php change public const HOME = '/Home'; or public const HOME = '/Dashboard'; to public const HOME = '/';

    • @jeronimorojo-endesarrollo7587
      @jeronimorojo-endesarrollo7587 10 месяцев назад

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

    I'm getting "The route api/login could not be found."

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

      Have you create the route api/login

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

      @@tonyxhepaofficial I solved the problem by including auth.php in api.php

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

      I have a problem i get 419 respons from axios when i m login in console why ?