ThrottlesLogins

ThrottlesLogins trait ThrottlesLogins (View source)

Blueprint::timestamp()

Fluent timestamp(string $column) Create a new timestamp column on the table. Parameters string $column Return Value Fluent

EncryptedStore::isValidId()

bool isValidId(string $id) Determine if this is a valid session ID. Parameters string $id Return Value bool

SyncQueue::later()

mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed

Pivot::unguarded()

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

DatabaseNotification::setRelation()

$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this

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