Pivot::unguarded()

static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed

MakeControllerCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

RateLimiter::hit()

int hit(string $key, float|int $decayMinutes = 1) Increment the counter for a given key for a given decay time. Parameters string $key float|int $decayMinutes Return Value int

HandleQueuedMessage

HandleQueuedMessage class HandleQueuedMessage (View source) Traits SerializesAndRestoresModelIdentifiers

IronQueue::setEncrypter()

void setEncrypter(Encrypter $crypt) Set the encrypter instance. Parameters Encrypter $crypt Return Value void

Job::getName()

string getName() Get the name of the queued job class. Return Value string

ControllerMakeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

CacheBasedSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

ControllerMakeCommand::getLaravel()

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

MakeAuthCommand::comment()

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