AuthManager::setDefaultDriver()
  • References/PHP/Laravel/Auth

void setDefaultDriver(string $name) Set the default authentication driver

2025-01-10 15:47:30
Authenticated::__wakeup()
  • References/PHP/Laravel/Auth/Events

void __wakeup() Restore the model after serialization.

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
ReminderServiceProvider::isDeferred()
  • References/PHP/Laravel/Auth/Reminders

bool isDeferred() Determine if the provider is deferred.

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

mixed reset(array $credentials, Closure $callback)

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

int call(string $command, array $arguments = array()) Call another console

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

__construct(Authenticatable|null $user, array $credentials)

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

bool confirm(string $question, bool $default = false) Confirm a question

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
MakeAuthCommand::hasOption()
  • References/PHP/Laravel/Auth/Console

bool hasOption(string $name) Determine if the given option is present.

2025-01-10 15:47:30