TestCase::dontSeeIsAuthenticated()

$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this

RefreshCommand::option()

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

UrlGenerator::secure()

string secure(string $path, array $parameters = array()) Generate a secure, absolute URL to the given path. Parameters string $path array $parameters Return Value string

MakeAuthCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

RemindersControllerCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

ClearRemindersCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Builder::offset()

$this offset(int $value) Set the "offset" value of the query. Parameters int $value Return Value $this

ClearRemindersCommand::fire()

void fire() Execute the console command. Return Value void

MySqlConnection::getName()

string|null getName() Get the database connection name. Return Value string|null

ValidationException::errors()

MessageBag errors() Get the validation error message provider. Return Value MessageBag