EventMakeCommand::fire()

bool|null fire() Execute the console command. Return Value bool|null

SyncQueue::laterOn()

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

AggregateServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

Router::matched()

void matched(string|callable $callback) Register a route matched event listener. Parameters string|callable $callback Return Value void

Lang::getFacadeApplication()

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

FormRequest::forbiddenResponse()

Response forbiddenResponse() Get the response for a forbidden operation. Return Value Response

UrlGenerator::setRequest()

void setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value void

Dimensions::__construct()

void __construct(array $constraints = array()) Create a new dimensions rule instance. Parameters array $constraints Return Value void

Factory::make()

mixed make(string $class, array $attributes = array()) Create an instance of the given model. Parameters string $class array $attributes Return Value mixed

MigrateCommand::call()

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