Route::getCompiled()

CompiledRoute getCompiled() Get the compiled version of the route. Return Value CompiledRoute

UserProviderInterface::updateRememberToken()

void updateRememberToken(UserInterface $user, string $token) Update the "remember me" token for the given user in storage. Parameters UserInterface $user string $token Return Value void

ArrayStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

Model::creating()

static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

HasOneOrMany::save()

Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model

Application::bind()

void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void

Command::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

EventFake::assertNotFired()

void assertNotFired(string $event, callable|null $callback = null) Determine if an event was fired based on a truth-test callback. Parameters string $event callable|null $callback Return Value void

MorphPivot::updating()

static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

UserProviderInterface::retrieveById()

UserInterface|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Parameters mixed $identifier Return Value UserInterface|null