AuthenticateWithBasicAuth::handle()
  • References/PHP/Laravel/Auth/Middleware

mixed handle(Request $request,

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

void deleteExpired() Delete expired reminders.

2025-01-10 15:47:30
ClearRemindersCommand::secret()
  • References/PHP/Laravel/Auth/Console

string secret(string $question, bool $fallback = true) Prompt the user

2025-01-10 15:47:30
EloquentUserProvider::updateRememberToken()
  • References/PHP/Laravel/Auth

void updateRememberToken(Authenticatable $user

2025-01-10 15:47:30
ReminderServiceProvider::when()
  • References/PHP/Laravel/Auth/Reminders

array when() Get the events that trigger this service provider to register

2025-01-10 15:47:30
UserProviderInterface::validateCredentials()
  • References/PHP/Laravel/Auth

bool validateCredentials(UserInterface $user, array $credentials)

2025-01-10 15:47:30
MakeAuthCommand::askWithCompletion()
  • References/PHP/Laravel/Auth/Console

string askWithCompletion(string $question, array $choices, string $default = null)

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

ConnectionInterface getConnection()

2025-01-10 15:47:30
EloquentUserProvider::setModel()
  • References/PHP/Laravel/Auth

$this setModel(string $model) Sets the name of the Eloquent user model

2025-01-10 15:47:30
Guard::onceBasic()
  • References/PHP/Laravel/Auth

Response|null onceBasic(string $field = 'email') Perform a stateless HTTP

2025-01-10 15:47:30