Mailer::alwaysFrom()

void alwaysFrom(string $address, string|null $name = null) Set the global from address and name. Parameters string $address string|null $name Return Value void

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

KeyGenerateCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

MigrationRepositoryInterface::setSource()

void setSource(string $name) Set the information source to gather data. Parameters string $name Return Value void

ViewClearCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Migrator::getFilesystem()

Filesystem getFilesystem() Get the file system instance. Return Value Filesystem

ResetsPasswords::showResetForm()

Factory|View showResetForm(Request $request, string|null $token = null) Display the password reset view for the given token. If no token is present, display the link request form. Parameters Request $request string|null $token Return Value Factory|View

BaseCommand::arguments()

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

Database\Eloquent

Illuminate\Database\Eloquent Namespaces Illuminate\Database\Eloquent\Relations

JoinClause::where()

$this where(string|array|Closure $column, string $operator = null, mixed $value = null, string $boolean = 'and') Add a basic where clause to the query. Parameters string|array|Closure $column string $operator mixed $value string $boolean Return Value $this