Request::getRouteResolver()

Closure getRouteResolver() Get the route resolver callback. Return Value Closure

MigrationServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

RouteCacheCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

FileStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

Dispatcher::listen()

void listen(string|array $events, mixed $listener, int $priority) Register an event listener with the dispatcher. Parameters string|array $events mixed $listener int $priority Return Value void

ResponseFactory::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

View::__toString()

string __toString() Get the string contents of the view. Return Value string

MigrateMakeCommand::info()

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

TailCommand::ask()

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

Blueprint::dropTimestampsTz()

void dropTimestampsTz() Indicate that the timestamp columns should be dropped. Return Value void