Router::gatherRouteMiddleware()

array gatherRouteMiddleware(Route $route) Gather the middleware for the given route. Parameters Route $route Return Value array

CallbackEvent::mondays()

$this mondays() Schedule the event to run only on Mondays. Return Value $this

DatabaseNotificationCollection::getDictionary()

array getDictionary(ArrayAccess|array|null $items = null) Get a dictionary keyed by primary keys. Parameters ArrayAccess|array|null $items Return Value array

ServeCommand::__construct()

void __construct() Create a new console command instance. Return Value void

DatabaseMigrationRepository::log()

void log(string $file, int $batch) Log that a migration was run. Parameters string $file int $batch Return Value void

BelongsToMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void

Collection::prepend()

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this

RedisTaggedCache::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException

RefreshCommand::ask()

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

Container::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void