DatabaseUserProvider::retrieveByCredentials()

Authenticatable|null retrieveByCredentials(array $credentials) Retrieve a user by the given credentials. Parameters array $credentials Return Value Authenticatable|null

MorphOne::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

DatabaseJob::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

RoutesNotifications::notify()

void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void

HasMany::update()

int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int

MakeControllerCommand::askWithCompletion()

string askWithCompletion(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

Grammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

Blueprint::dropPrimary()

Fluent dropPrimary(string|array $index = null) Indicate that the given primary key should be dropped. Parameters string|array $index Return Value Fluent

Pivot

Pivot class Pivot extends Model (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.

Container::afterResolving()

void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback. Parameters string $abstract Closure $callback Return Value void