You may access all of the user's tokens using the tokens Eloquent relationship provided by the HasApiTokens trait: foreach ($user->tokens as $token) { // } ...
確定! 回上一頁