RemindersControllerCommand::table()
  • References/PHP/Laravel/Auth/Console

void table(array $headers, array $rows, string $style = 'default') Format

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

string createNewToken() Create a new token for the user.

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

RemindersControllerCommand class RemindersControllerCommand extends

2025-01-10 15:47:30
Authenticatable
  • References/PHP/Laravel/Auth

Authenticatable trait Authenticatable (

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

string|array option(string $key = null) Get the value of a command option

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

bool validate(array $credentials = array()) Validate a user's credentials

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

string remind(array $credentials, Closure $callback = null)

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

string getReminderEmail() Get the e-mail address where password reminders

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

Response|null onceBasic(string $field = 'email', array $extraConditions = array())

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

__construct($message = 'Unauthenticated.', array $guards = array()) Create

2025-01-10 15:47:30