Repository::put()

void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void

ResponseTrait::cookie()

$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

JoinClause::min()

mixed min(string $column) Retrieve the minimum value of a given column. Parameters string $column Return Value mixed

RouteDependencyResolverTrait

RouteDependencyResolverTrait trait RouteDependencyResolverTrait (View source) Methods array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies.

Blade::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MailMessage::priority()

$this priority(int $level) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this

Controller::callAction()

Response callAction(string $method, array $parameters) Execute an action on the controller. Parameters string $method array $parameters Return Value Response

Builder::hasColumns()

bool hasColumns(string $table, array $columns) Determine if the given table has given columns. Parameters string $table array $columns Return Value bool

Manager

Manager class Manager (View source) Traits CapsuleManagerTrait

Pivot::setDateFormat()

$this setDateFormat(string $format) Set the date format used by the model. Parameters string $format Return Value $this