AliasLoader::load()

bool|null load(string $alias) Load a class alias if it is registered. Parameters string $alias Return Value bool|null

Factory::getPageName()

string getPageName() Get the input page parameter name used by the paginator. Return Value string

MorphMany::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

SessionTableCommand::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

NotificationMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

MandrillTransport::getKey()

string getKey() Get the API key being used by the transport. Return Value string

Route::setParameter()

void setParameter(string $name, mixed $value) Set a parameter to the given value. Parameters string $name mixed $value Return Value void

Blueprint::dropTimestampsTz()

void dropTimestampsTz() Indicate that the timestamp columns should be dropped. Return Value void

TailCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

MigrateMakeCommand::info()

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