laravel 8.0 Auth 登入 Auth::attempt () 為什麼報錯?

dongzhiyu發表於2020-10-16

Auth::guard(‘api’)->attempt([‘email’ => $request->email, ‘password’ => $request->password]);

盡然說 attempt 這個沒有定義! 不知道錯哪了!

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章