RemindersTableCommand::secret()
  • References/PHP/Laravel/Auth/Console

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

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

void warn(string $string, null|int|string $verbosity = null) Write a string

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

string getDefaultDriver() Get the default authentication driver name.

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

ReminderRepositoryInterface interface ReminderRepositoryInterface (

2025-01-10 15:47:30
Gate::allows()
  • References/PHP/Laravel/Auth/Access

bool allows(string $ability, array|mixed $arguments = array()) Determine

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

string create(CanResetPassword $user)

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

void __construct() Create a new console command instance.

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

array arguments() Get all of the arguments passed to the command.

2025-01-10 15:47:30
MakeAuthCommand::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
Authenticatable::getAuthIdentifierName()
  • References/PHP/Laravel/Auth

string getAuthIdentifierName() Get the name of the unique identifier for

2025-01-10 15:47:30