Router::patch()

void patch(string $uri, Closure|array|string $action = null) Register a new PATCH route with the router. Parameters string $uri Closure|array|string $action Return Value void

SortedMiddleware::offsetGet()

mixed offsetGet(mixed $key) Get an item at a given offset. Parameters mixed $key Return Value mixed

SortedMiddleware::put()

$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this

Route::matches()

bool matches(Request $request, bool $includingMethod = true) Determine if the route matches given request. Parameters Request $request bool $includingMethod Return Value bool

Event::monthlyOn()

$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event to run monthly on a given day and time. Parameters int $day string $time Return Value $this

AssetPublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Event::runsInMaintenanceMode()

bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool

ValidatesWhenResolvedTrait

ValidatesWhenResolvedTrait trait ValidatesWhenResolvedTrait (View source) Provides default implementation of ValidatesWhenResolved contract. Methods void validate() Validate the class instance.

ControllerInspector deprecated::getMethodData()

array getMethodData(ReflectionMethod $method, string $prefix) Get the method data for a given method. Parameters ReflectionMethod $method string $prefix Return Value array

RouteDependencyResolverTrait::resolveMethodDependencies()

array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies. Parameters array $parameters ReflectionFunctionAbstract $reflector Return Value array