RemindersControllerCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

EventMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

Authenticate::handle()

mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request. Parameters Request $request Closure $next string[] $guards Return Value mixed Exceptions AuthenticationException

RollbackCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

MySqlConnection::selectFromWriteConnection()

array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array

DownCommand::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

TinkerCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

ListenerMakeCommand::call()

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

Request::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

StoreInterface::decrement()

int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool