I'm trying to use the Auth::loginUsingId
method in Lumen, but I get the following error:
(1/1) BadMethodCallException Method loginUsingId does not exist. in Macroable.php (line 74) at RequestGuard-> __ call ('loginUsingId', array (1)) in AuthManager.php (line 294)
I tested using the same method in a clean installation of Laravel and it works. Could someone help me?