HandlerResolver::resolveHandler()

mixed resolveHandler(mixed $command) Get the handler instance for the given command. Parameters mixed $command Return Value mixed

CallbackEvent::tuesdays()

$this tuesdays() Schedule the event to run only on Tuesdays. Return Value $this

FlushFailedCommand::call()

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

ViewPublishCommand::getLaravel()

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

MigrateMakeCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

ControllerMakeCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

Collection::flatMap()

Collection flatMap(callable $callback) Map a collection and flatten the result by a single level. Parameters callable $callback Return Value Collection

Translator

Translator class Translator extends NamespacedItemResolver implements TranslatorInterface (View source) Traits Macroable

CallbackEvent::evenInMaintenanceMode()

$this evenInMaintenanceMode() State that the command should run even in maintenance mode. Return Value $this

UpCommand::getLaravel()

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