bool|null fire() Execute the console command. Return Value bool|null
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
void matched(string|callable $callback) Register a route matched event listener. Parameters string|callable $callback Return Value void
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
Response forbiddenResponse() Get the response for a forbidden operation. Return Value Response
void setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value void
void __construct(array $constraints = array()) Create a new dimensions rule instance. Parameters array $constraints Return Value void
mixed make(string $class, array $attributes = array()) Create an instance of the given model. Parameters string $class array $attributes Return Value mixed
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Page 188 of 996