JoinClause::latest()

Builder|Builder latest(string $column = 'created_at') Add an "order by" clause for a timestamp to the query. Parameters string $column Return Value Builder|Builder

MySqlGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

Model::getRouteKey()

mixed getRouteKey() Get the value of the model's route key. Return Value mixed

ControllerMakeCommand::warn()

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

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

CallbackEvent::monthly()

$this monthly() Schedule the event to run monthly. Return Value $this

DatabaseNotification::isClean()

bool isClean(array|string|null $attributes = null) Determine if the model or given attribute(s) have remained the same. Parameters array|string|null $attributes Return Value bool

MorphPivot::touch()

bool touch() Update the model's update timestamp. Return Value bool

SqlServerGrammar::compileDropIndex()

string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string

MorphPivot::query()

static Builder query() Begin querying the model. Return Value Builder