PasswordBroker::sendResetLink()
  • References/PHP/Laravel/Auth/Passwords

string sendResetLink(array $credentials) Send a password reset link to

2025-01-10 15:47:30
DatabaseTokenRepository::delete()
  • References/PHP/Laravel/Auth/Passwords

void delete(string $token) Delete a token record by token.

2025-01-10 15:47:30
DatabaseTokenRepository::__construct()
  • References/PHP/Laravel/Auth/Passwords

void __construct(ConnectionInterface $connection

2025-01-10 15:47:30
TokenRepositoryInterface::exists()
  • References/PHP/Laravel/Auth/Passwords

bool exists(CanResetPassword $user, string

2025-01-10 15:47:30
PasswordBrokerManager::getDefaultDriver()
  • References/PHP/Laravel/Auth/Passwords

string getDefaultDriver() Get the default password broker name.

2025-01-10 15:47:30
PasswordResetServiceProvider::__call()
  • References/PHP/Laravel/Auth/Passwords

mixed __call(string $method, array $parameters) Dynamically handle missing

2025-01-10 15:47:30
PasswordResetServiceProvider::commands()
  • References/PHP/Laravel/Auth/Passwords

void commands(array|mixed $commands) Register the package's custom Artisan

2025-01-10 15:47:30
PasswordResetServiceProvider::isDeferred()
  • References/PHP/Laravel/Auth/Passwords

bool isDeferred() Determine if the provider is deferred.

2025-01-10 15:47:30
DatabaseTokenRepository::deleteExpired()
  • References/PHP/Laravel/Auth/Passwords

void deleteExpired() Delete expired tokens.

2025-01-10 15:47:30
TokenRepositoryInterface::create()
  • References/PHP/Laravel/Auth/Passwords

string create(CanResetPassword $user)

2025-01-10 15:47:30