Laravel 11: “Method IlluminateAuthRequestGuard::viaRemember does not exist” using Sanctum
I am working with Laravel 11, and I’m using Sanctum for API authentication. However, I am encountering the error:
Laravel 11: “Method IlluminateAuthRequestGuard::viaRemember does not exist” using Sanctum
I am working with Laravel 11, and I’m using Sanctum for API authentication. However, I am encountering the error:
Laravel 11: “Method IlluminateAuthRequestGuard::viaRemember does not exist” using Sanctum
I am working with Laravel 11, and I’m using Sanctum for API authentication. However, I am encountering the error:
laravel sanctum and default `auth:web`
Just because my understanding of the sanctum package seems to be wrong in some places:
Multi auth using laravel for web and api
I have a web admin panel that is using admins table where as frontend is using api and users table for authentication
Laravel Sanctum: user is null even a bearer token is provided
I have a login function: