$this evenInMaintenanceMode() State that the command should run even in maintenance mode. Return Value $this
Application getLaravel() Get the Laravel application instance. Return Value Application
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
Collection reject(callable|mixed $callback) Create a collection of all elements that do not pass a given truth test. Parameters callable|mixed $callback Return Value Collection
bool has(string $ability) Determine if a given ability has been defined. Parameters string $ability Return Value bool
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int
void error(string $string) Write a string as error output. Parameters string $string Return Value void
Page 603 of 996