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

JoinClause::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

MorphOne::touch()

void touch() Touch all of the related models for the relationship. Return Value void

PublisherServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array