KeyGenerateCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

User::cannot()

bool cannot(string $ability, array|mixed $arguments = array()) Determine if the entity does not have a given ability. Parameters string $ability array|mixed $arguments Return Value bool

Pivot::setObservableEvents()

$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this

TestCase::dontSeeElement()

$this dontSeeElement(string $selector, array $attributes = array()) Assert that an element is not present on the page. Parameters string $selector array $attributes Return Value $this

WorkerStopping

WorkerStopping class WorkerStopping (View source)

RedisStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

MorphToMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

Connection::logQuery()

void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void

Model::morphTo()

MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo

Collection::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection