DatabaseNotificationCollection
class DatabaseNotificationCollection extends Collection (View source)
Traits
Properties
| protected bool | $escapeWhenCastingToString | Indicates that the object's string representation should be escaped when __toString is invoked. |
from EnumeratesValues |
| static protected array<int, string> | $proxies | The methods that can be proxied. |
from EnumeratesValues |
| TValue> read-only | $average | from EnumeratesValues | |
| TValue> read-only | $avg | from EnumeratesValues | |
| TValue> read-only | $contains | from EnumeratesValues | |
| TValue> read-only | $doesntContain | from EnumeratesValues | |
| TValue> read-only | $each | from EnumeratesValues | |
| TValue> read-only | $every | from EnumeratesValues | |
| TValue> read-only | $filter | from EnumeratesValues | |
| TValue> read-only | $first | from EnumeratesValues | |
| TValue> read-only | $flatMap | from EnumeratesValues | |
| TValue> read-only | $groupBy | from EnumeratesValues | |
| TValue> read-only | $keyBy | from EnumeratesValues | |
| TValue> read-only | $last | from EnumeratesValues | |
| TValue> read-only | $map | from EnumeratesValues | |
| TValue> read-only | $max | from EnumeratesValues | |
| TValue> read-only | $min | from EnumeratesValues | |
| TValue> read-only | $partition | from EnumeratesValues | |
| TValue> read-only | $percentage | from EnumeratesValues | |
| TValue> read-only | $reject | from EnumeratesValues | |
| TValue> read-only | $skipUntil | from EnumeratesValues | |
| TValue> read-only | $skipWhile | from EnumeratesValues | |
| TValue> read-only | $some | from EnumeratesValues | |
| TValue> read-only | $sortBy | from EnumeratesValues | |
| TValue> read-only | $sortByDesc | from EnumeratesValues | |
| TValue> read-only | $sum | from EnumeratesValues | |
| TValue> read-only | $takeUntil | from EnumeratesValues | |
| TValue> read-only | $takeWhile | from EnumeratesValues | |
| TValue> read-only | $unique | from EnumeratesValues | |
| TValue> read-only | $unless | from EnumeratesValues | |
| TValue> read-only | $until | from EnumeratesValues | |
| TValue> read-only | $when | from EnumeratesValues | |
| static protected array | $macros | The registered string macros. |
from Macroable |
| protected TValue> | $items | The items contained in the collection. |
from Collection |
Methods
Apply the callback if the given "value" is (or resolves to) truthy.
Apply the callback if the given "value" is (or resolves to) falsy.
Create a new collection instance if the value isn't one already.
Wrap the given value in a collection if applicable.
Get the underlying items from the given collection if applicable.
Create a new collection by invoking the callback a given amount of times.
Get the average value of a given key.
Alias for the "avg" method.
Alias for the "contains" method.
Execute a callback over each nested chunk of items.
Determine if all items pass the given truth test.
Get the first item by the given key value pair.
Get a single key's value from the first matching item in the collection.
Ensure that every item in the collection is of the expected type.
Run a map over each nested chunk of items.
Run a grouping map over the items.
Map a collection and flatten the result by a single level.
Map the values into a new class.
Get the min value of a given key.
Get the max value of a given key.
"Paginate" the collection by slicing it into a smaller collection.
Partition the collection into two arrays using the given callback or key.
Calculate the percentage of items that pass a given truth test.
Get the sum of the given values.
Apply the callback if the collection is empty.
Apply the callback if the collection is not empty.
Apply the callback unless the collection is empty.
Apply the callback unless the collection is not empty.
Filter items by the given key value pair.
Filter items where the value for the given key is null.
Filter items where the value for the given key is not null.
Filter items by the given key value pair using strict comparison.
Filter items by the given key value pair.
Filter items by the given key value pair using strict comparison.
Filter items such that the value of the given key is between the given values.
Filter items such that the value of the given key is not between the given values.
Filter items by the given key value pair.
Filter items by the given key value pair using strict comparison.
Filter the items, removing any items that don't match the given type(s).
Pass the collection to the given callback and return the result.
Pass the collection into a new class.
Pass the collection through a series of callable pipes and return the result.
Reduce the collection to a single value.
Reduce the collection to multiple aggregate values.
Reduce an associative collection to a single value.
Create a collection of all elements that do not pass a given truth test.
Pass the collection to the given callback and then return it.
Return only unique items from the collection array.
Return only unique items from the collection array using strict comparison.
Get a CachingIterator instance.
Indicate that the model's string representation should be escaped when __toString is invoked.
Add a method to the list of proxied methods.
Results array of items from Collection or Arrayable.
Get an operator checker callback.
Determine if the given value is callable, but not a string.
Get a value retrieving callback.
Make a function to check an item's equality.
Mix another object into the class.
Dynamically handle calls to the class.
Dynamically handle calls to the class.
Create a collection with the given range.
Get the median of a given key.
Get the mode of a given key.
Collapse the collection of items into a single array while preserving its keys.
Determine if a key exists in the collection.
Determine if an item exists, using strict comparison.
Determine if a key does not exist in the collection.
Cross join with the given lists, returning all possible permutations.
Get the items in the collection that are not present in the given items, using the callback.
Get the items in the collection whose keys and values are not present in the given items.
Get the items in the collection whose keys and values are not present in the given items, using the callback.
Get the items in the collection whose keys are not present in the given items.
Get the items in the collection whose keys are not present in the given items, using the callback.
Retrieve duplicate items from the collection.
Retrieve duplicate items from the collection using strict comparison.
Get the comparison function to detect duplicates.
Returns all models in the collection except the models with specified keys.
Run a filter over each of the items.
Get the first item from the collection passing the given truth test.
Get a flattened array of the items in the collection.
Get an item from the collection by key.
Get an item from the collection by key or add it to collection if it does not exist.
Group an associative array by a field or using a callback.
Key an associative array by a field or using a callback.
Concatenate values of a given key as a string.
Intersect the collection with the given items.
Intersect the collection with the given items, using the callback.
Intersect the collection with the given items with additional index check.
Intersect the collection with the given items with additional index check, using the callback.
Intersect the collection with the given items by key.
Join all items from the collection using a string. The final items can use a separate glue string.
Get the last item from the collection.
Get an array with the values of a given key.
Run a dictionary map over the items.
Run an associative map over each of the items.
Recursively merge the collection with the given items.
Multiply the items in the collection by the multiplier.
Create a collection by using this collection for keys and another for its values.
Create a new collection consisting of every n-th element.
Returns only the models from the collection with the specified keys.
Select specific values from the items within the collection.
Get and remove the last N items from the collection.
Push an item onto the beginning of the collection.
Push one or more items onto the end of the collection.
Prepend one or more items to the beginning of the collection.
Push all of the given items onto the collection.
Get and remove an item from the collection.
Get one or a specified number of items randomly from the collection.
Replace the collection items with the given items.
Recursively replace the collection items with the given items.
Search the collection for a given value and return the corresponding key if successful.
Get the item before the given item.
Get the item after the given item.
Get and remove the first N items from the collection.
Create chunks representing a "sliding window" view of the items in the collection.
Skip items in the collection until the given condition is met.
Skip items in the collection while the given condition is met.
Slice the underlying collection array.
Split a collection into a certain number of groups.
Split a collection into a certain number of groups, and fill the first groups completely.
Get the first item in the collection, but only if exactly one item exists. Otherwise, throw an exception.
Get the first item in the collection but throw an exception if no matching items exist.
Chunk the collection into chunks of the given size.
Chunk the collection into chunks with a callback.
Sort through each item with a callback.
Sort the collection using the given callback.
Sort the collection using multiple comparisons.
Sort the collection in descending order using the given callback.
Sort the collection keys.
Sort the collection keys in descending order.
Sort the collection keys using a callback.
Splice a portion of the underlying collection array.
Take items in the collection until the given condition is met.
Take items in the collection while the given condition is met.
Transform each item in the collection using a callback.
Zip the collection together with one or more arrays.
Pad collection to the specified length with a value.
Count the number of items in the collection by a field or using a callback.
Get a dictionary key attribute - casting it to a string if necessary.
Find a model in the collection by key.
Find a model in the collection by key or throw an exception.
Load a set of relationships onto the collection.
Load a set of aggregations over relationship's column onto the collection.
Load a set of relationship counts onto the collection.
Load a set of relationship's max column values onto the collection.
Load a set of relationship's min column values onto the collection.
Load a set of relationship's column summations onto the collection.
Load a set of relationship's average column values onto the collection.
Load a set of related existences onto the collection.
Load a set of relationships onto the collection if they are not already eager loaded.
Load a relationship path if it is not already eager loaded.
Load a set of relationships onto the mixed relationship collection.
Load a set of relationship counts onto the mixed relationship collection.
Reload a fresh model instance from the database for all the entities.
Make the given, typically visible, attributes hidden across the entire collection.
Make the given, typically hidden, attributes visible across the entire collection.
Set the visible attributes across the entire collection.
Set the hidden attributes across the entire collection.
Append an attribute across the entire collection.
Get a dictionary keyed by primary keys.
Get the relationships of the entities being queued.
Get the connection of the entities being queued.
Mark all notifications as read.
Mark all notifications as unread.
Details
$this|TWhenReturnType
when(TWhenParameter|TWhenParameter|null $value = null, callable|null $callback = null, callable|null $default = null)
Apply the callback if the given "value" is (or resolves to) truthy.
$this|TUnlessReturnType
unless(TUnlessParameter|TUnlessParameter|null $value = null, callable|null $callback = null, callable|null $default = null)
Apply the callback if the given "value" is (or resolves to) falsy.
static TMakeValue>
make(TMakeValue>|TMakeValue>|null $items = [])
Create a new collection instance if the value isn't one already.
static TWrapValue>
wrap(TWrapValue>|TWrapValue $value)
Wrap the given value in a collection if applicable.
static TUnwrapValue>
unwrap(TUnwrapValue>|TUnwrapValue> $value)
Get the underlying items from the given collection if applicable.
static EnumeratesValues
empty()
Create a new instance with no items.
static TTimesValue>
times(int $number, callable|null $callback = null)
Create a new collection by invoking the callback a given amount of times.
float|int|null
avg(TValue): float|int)|string|null $callback = null)
Get the average value of a given key.
float|int|null
average(TValue): float|int)|string|null $callback = null)
Alias for the "avg" method.
bool
some(TKey): bool|TValue|string $key, mixed $operator = null, mixed $value = null)
Alias for the "contains" method.
never
dd(mixed ...$args)
Dump the given arguments and terminate execution.
$this
dump(mixed ...$args)
Dump the items.
$this
each(callable $callback)
Execute a callback over each item.
eachSpread(callable $callback)
Execute a callback over each nested chunk of items.
bool
every(TKey): bool|TValue|string $key, mixed $operator = null, mixed $value = null)
Determine if all items pass the given truth test.
TValue|null
firstWhere(callable|string $key, mixed $operator = null, mixed $value = null)
Get the first item by the given key value pair.
TValue|TValueDefault
value(string $key, TValueDefault|TValueDefault $default = null)
Get a single key's value from the first matching item in the collection.
TEnsureOfType>
ensure(TEnsureOfType>|TEnsureOfType>>|"string"|"int"|"float"|"bool"|"array"|"null" $type)
Ensure that every item in the collection is of the expected type.
bool
isNotEmpty()
Determine if the collection is not empty.
TMapSpreadValue>
mapSpread(callable $callback)
Run a map over each nested chunk of items.
TMapToGroupsValue>>
mapToGroups(callable $callback)
Run a grouping map over the items.
The callback should return an associative array with a single key/value pair.
TFlatMapValue>
flatMap(callable $callback)
Map a collection and flatten the result by a single level.
TMapIntoValue>
mapInto(TMapIntoValue> $class)
Map the values into a new class.
mixed
min(TValue): mixed|string|null $callback = null)
Get the min value of a given key.
mixed
max(TValue): mixed|string|null $callback = null)
Get the max value of a given key.
EnumeratesValues
forPage(int $page, int $perPage)
"Paginate" the collection by slicing it into a smaller collection.
TValue>>
partition(TKey): bool|TValue|string $key, TValue|string|null $operator = null, TValue|null $value = null)
Partition the collection into two arrays using the given callback or key.
float|null
percentage(callable $callback, int $precision = 2)
Calculate the percentage of items that pass a given truth test.
mixed
sum(TValue): mixed|string|null $callback = null)
Get the sum of the given values.
$this|TWhenEmptyReturnType
whenEmpty(callable $callback, callable|null $default = null)
Apply the callback if the collection is empty.
$this|TWhenNotEmptyReturnType
whenNotEmpty(callable $callback, callable|null $default = null)
Apply the callback if the collection is not empty.
$this|TUnlessEmptyReturnType
unlessEmpty(callable $callback, callable|null $default = null)
Apply the callback unless the collection is empty.
$this|TUnlessNotEmptyReturnType
unlessNotEmpty(callable $callback, callable|null $default = null)
Apply the callback unless the collection is not empty.
EnumeratesValues
where(callable|string $key, mixed $operator = null, mixed $value = null)
Filter items by the given key value pair.
EnumeratesValues
whereNull(string|null $key = null)
Filter items where the value for the given key is null.
EnumeratesValues
whereNotNull(string|null $key = null)
Filter items where the value for the given key is not null.
EnumeratesValues
whereStrict(string $key, mixed $value)
Filter items by the given key value pair using strict comparison.
EnumeratesValues
whereIn(string $key, Arrayable|iterable $values, bool $strict = false)
Filter items by the given key value pair.
EnumeratesValues
whereInStrict(string $key, Arrayable|iterable $values)
Filter items by the given key value pair using strict comparison.
EnumeratesValues
whereBetween(string $key, Arrayable|iterable $values)
Filter items such that the value of the given key is between the given values.
EnumeratesValues
whereNotBetween(string $key, Arrayable|iterable $values)
Filter items such that the value of the given key is not between the given values.
EnumeratesValues
whereNotIn(string $key, Arrayable|iterable $values, bool $strict = false)
Filter items by the given key value pair.
EnumeratesValues
whereNotInStrict(string $key, Arrayable|iterable $values)
Filter items by the given key value pair using strict comparison.
TWhereInstanceOf>
whereInstanceOf(TWhereInstanceOf>|TWhereInstanceOf>> $type)
Filter the items, removing any items that don't match the given type(s).
TPipeReturnType
pipe(callable $callback)
Pass the collection to the given callback and return the result.
TPipeIntoValue
pipeInto(TPipeIntoValue> $class)
Pass the collection into a new class.
mixed
pipeThrough(callable[] $callbacks)
Pass the collection through a series of callable pipes and return the result.
TReduceReturnType
reduce(callable $callback, TReduceInitial $initial = null)
Reduce the collection to a single value.
array
reduceSpread(callable $callback, mixed ...$initial)
Reduce the collection to multiple aggregate values.
TReduceWithKeysReturnType
reduceWithKeys(callable $callback, TReduceWithKeysInitial $initial = null)
Reduce an associative collection to a single value.
EnumeratesValues
reject(TKey): bool|bool|TValue $callback = true)
Create a collection of all elements that do not pass a given truth test.
$this
tap(callable $callback)
Pass the collection to the given callback and then return it.
EnumeratesValues
unique(TKey): mixed|string|null $key = null, bool $strict = false)
Return only unique items from the collection array.
EnumeratesValues
uniqueStrict(TKey): mixed|string|null $key = null)
Return only unique items from the collection array using strict comparison.
TValue>
collect()
Collect the values into a collection.
TKey, mixed>
toArray()
Get the collection of items as a plain array.
array
jsonSerialize()
Convert the object into something JSON serializable.
string
toJson(int $options = 0)
Get the collection of items as JSON.
CachingIterator
getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING)
Get a CachingIterator instance.
string
__toString()
Convert the collection to its string representation.
$this
escapeWhenCastingToString(bool $escape = true)
Indicate that the model's string representation should be escaped when __toString is invoked.
static void
proxy(string $method)
Add a method to the list of proxied methods.
mixed
__get(string $key)
Dynamically access collection proxies.
protected TValue>
getArrayableItems(mixed $items)
Results array of items from Collection or Arrayable.
protected Closure
operatorForWhere(callable|string $key, string|null $operator = null, mixed $value = null)
Get an operator checker callback.
protected bool
useAsCallable(mixed $value)
Determine if the given value is callable, but not a string.
protected callable
valueRetriever(callable|string|null $value)
Get a value retrieving callback.
protected Closure(mixed): bool
equality(mixed $value)
Make a function to check an item's equality.
protected Closure
negate(Closure $callback)
Make a function using another function, by negating its result.
protected TValue
identity()
Make a function that returns what's passed to it.
static void
macro(string $name, object|callable $macro)
Register a custom macro.
static void
mixin(object $mixin, bool $replace = true)
Mix another object into the class.
static bool
hasMacro(string $name)
Checks if macro is registered.
static void
flushMacros()
Flush the existing macros.
static mixed
__callStatic(string $method, array $parameters)
Dynamically handle calls to the class.
mixed
__call(string $method, array $parameters)
Dynamically handle calls to the class.
void
__construct(TValue>|TValue>|null $items = [])
Create a new collection.
static Enumerable
range(int $from, int $to)
Create a collection with the given range.
array
all()
Get all of the items in the collection.
TValue>
lazy()
Get a lazy collection for the items in this collection.
float|int|null
median(string|array<array-key, string>|null $key = null)
Get the median of a given key.
array<int, float|int>|null
mode(string|array<array-key, string>|null $key = null)
Get the mode of a given key.
static<int, mixed>
collapse()
Collapse the collection of items into a single array.
static<mixed, mixed>
collapseWithKeys()
Collapse the collection of items into a single array while preserving its keys.
bool
contains(TKey): bool|TValue|string $key, mixed $operator = null, mixed $value = null)
Determine if a key exists in the collection.
bool
containsStrict(TValue): bool|TValue|(array-key) $key, TValue|null $value = null)
Determine if an item exists, using strict comparison.
bool
doesntContain(mixed $key, mixed $operator = null, mixed $value = null)
Determine if a key does not exist in the collection.
TValue|TCrossJoinValue>>
crossJoin(TCrossJoinValue>|TCrossJoinValue> ...$lists)
Cross join with the given lists, returning all possible permutations.
Enumerable
diff(TValue>|TValue> $items)
Diff the collection with the given items.
Enumerable
diffUsing(TValue>|TValue> $items, callable $callback)
Get the items in the collection that are not present in the given items, using the callback.
Enumerable
diffAssoc(TValue>|TValue> $items)
Get the items in the collection whose keys and values are not present in the given items.
Enumerable
diffAssocUsing(TValue>|TValue> $items, callable $callback)
Get the items in the collection whose keys and values are not present in the given items, using the callback.
Enumerable
diffKeys(TKey, mixed>|TKey, mixed> $items)
Get the items in the collection whose keys are not present in the given items.
Enumerable
diffKeysUsing(TKey, mixed>|TKey, mixed> $items, callable $callback)
Get the items in the collection whose keys are not present in the given items, using the callback.
Enumerable
duplicates(TValue): bool|string|null $callback = null, bool $strict = false)
Retrieve duplicate items from the collection.
Enumerable
duplicatesStrict(TValue): bool|string|null $callback = null)
Retrieve duplicate items from the collection using strict comparison.
protected TValue): bool
duplicateComparator(bool $strict)
Get the comparison function to detect duplicates.
Enumerable
except(TKey>|TKey> $keys)
Returns all models in the collection except the models with specified keys.
Enumerable
filter(callable|null $callback = null)
Run a filter over each of the items.
TValue|TFirstDefault
first(callable|null $callback = null, TFirstDefault|TFirstDefault $default = null)
Get the first item from the collection passing the given truth test.
Enumerable
flatten(int $depth = INF)
Get a flattened array of the items in the collection.
TKey>
flip()
Flip the items in the collection.
$this
forget($keys)
Remove an item from the collection by key.
\Illuminate\Contracts\Support\Arrayable<array-key, TValue>|iterable<array-key, TKey>|TKey $keys
TValue|TGetDefault
get(TKey $key, TGetDefault|TGetDefault $default = null)
Get an item from the collection by key.
TValue|TGetOrPutValue
getOrPut(mixed $key, TGetOrPutValue|TGetOrPutValue $value)
Get an item from the collection by key or add it to collection if it does not exist.
TValue)>>
groupBy(TGroupKey|array|string $groupBy, bool $preserveKeys = false)
Group an associative array by a field or using a callback.
TValue>
keyBy(TNewKey|array|string $keyBy)
Key an associative array by a field or using a callback.
bool
has(TKey|TKey> $key)
Determine if an item exists in the collection by key.
bool
hasAny(mixed $key)
Determine if any of the keys exist in the collection.
string
implode(TKey): mixed|string $value, string|null $glue = null)
Concatenate values of a given key as a string.
Enumerable
intersect(TValue>|TValue> $items)
Intersect the collection with the given items.
Enumerable
intersectUsing(TValue>|TValue> $items, callable $callback)
Intersect the collection with the given items, using the callback.
Enumerable
intersectAssoc(TValue>|TValue> $items)
Intersect the collection with the given items with additional index check.
Enumerable
intersectAssocUsing(TValue>|TValue> $items, callable $callback)
Intersect the collection with the given items with additional index check, using the callback.
Enumerable
intersectByKeys(TKey, mixed>|TKey, mixed> $items)
Intersect the collection with the given items by key.
bool
isEmpty()
Determine if the collection is empty or not.
bool
containsOneItem()
Determine if the collection contains a single item.
string
join(string $glue, string $finalGlue = '')
Join all items from the collection using a string. The final items can use a separate glue string.
TKey>
keys()
Get the keys of the collection items.
TValue|TLastDefault
last(callable|null $callback = null, TLastDefault|TLastDefault $default = null)
Get the last item from the collection.
static<array-key, mixed>
pluck(string|array<array-key, string> $value, string|null $key = null)
Get an array with the values of a given key.
TMapValue>
map(callable $callback)
Run a map over each of the items.
TMapToDictionaryValue>>
mapToDictionary(callable $callback)
Run a dictionary map over the items.
The callback should return an associative array with a single key/value pair.
TMapWithKeysValue>
mapWithKeys(callable $callback)
Run an associative map over each of the items.
The callback should return an associative array with a single key / value pair.
Enumerable
merge(TValue>|TValue> $items)
Merge the collection with the given items.
TValue|TMergeRecursiveValue>
mergeRecursive(TMergeRecursiveValue>|TMergeRecursiveValue> $items)
Recursively merge the collection with the given items.
Collection
multiply(int $multiplier)
Multiply the items in the collection by the multiplier.
TCombineValue>
combine(TCombineValue>|TCombineValue> $values)
Create a collection by using this collection for keys and another for its values.
Enumerable
union(TValue>|TValue> $items)
Union the collection with the given items.
Enumerable
nth(int $step, int $offset = 0)
Create a new collection consisting of every n-th element.
Enumerable
only(TKey>|TKey>|string $keys)
Returns only the models from the collection with the specified keys.
Collection
select(TKey>|TKey>|string|null $keys)
Select specific values from the items within the collection.
TValue>|TValue|null
pop(int $count = 1)
Get and remove the last N items from the collection.
$this
prepend(TValue $value, TKey $key = null)
Push an item onto the beginning of the collection.
$this
push(TValue ...$values)
Push one or more items onto the end of the collection.
$this
unshift(TValue ...$values)
Prepend one or more items to the beginning of the collection.
TKey|TValue|TConcatValue>
concat(TConcatValue> $source)
Push all of the given items onto the collection.
TValue|TPullDefault
pull(TKey $key, TPullDefault|TPullDefault $default = null)
Get and remove an item from the collection.
$this
put(TKey $key, TValue $value)
Put an item in the collection by key.
TValue>|TValue
random(int|null $number = null, bool $preserveKeys = false)
Get one or a specified number of items randomly from the collection.
Enumerable
replace(TValue>|TValue> $items)
Replace the collection items with the given items.
Enumerable
replaceRecursive(TValue>|TValue> $items)
Recursively replace the collection items with the given items.
Enumerable
reverse()
Reverse items order.
TKey|bool
search(TValue|TKey): bool $value, bool $strict = false)
Search the collection for a given value and return the corresponding key if successful.
TValue|null
before(TValue|TKey): bool $value, bool $strict = false)
Get the item before the given item.
TValue|null
after(TValue|TKey): bool $value, bool $strict = false)
Get the item after the given item.
TValue>|TValue|null
shift(int $count = 1)
Get and remove the first N items from the collection.
Enumerable
shuffle()
Shuffle the items in the collection.
static<int, static>
sliding(int $size = 2, int $step = 1)
Create chunks representing a "sliding window" view of the items in the collection.
Enumerable
skip(int $count)
Skip the first {$count} items.
Enumerable
skipUntil(TValue|TKey): bool $value)
Skip items in the collection until the given condition is met.
Enumerable
skipWhile(TValue|TKey): bool $value)
Skip items in the collection while the given condition is met.
Enumerable
slice(int $offset, int|null $length = null)
Slice the underlying collection array.
static<int, static>
split(int $numberOfGroups)
Split a collection into a certain number of groups.
static<int, static>
splitIn(int $numberOfGroups)
Split a collection into a certain number of groups, and fill the first groups completely.
TValue
sole(TKey): bool|string $key = null, mixed $operator = null, mixed $value = null)
Get the first item in the collection, but only if exactly one item exists. Otherwise, throw an exception.
TValue
firstOrFail(TKey): bool|string $key = null, mixed $operator = null, mixed $value = null)
Get the first item in the collection but throw an exception if no matching items exist.
static<int, static>
chunk(int $size)
Chunk the collection into chunks of the given size.
TValue>>
chunkWhile(callable $callback)
Chunk the collection into chunks with a callback.
Enumerable
sort(TValue): int|null|int $callback = null)
Sort through each item with a callback.
Enumerable
sortDesc(int $options = SORT_REGULAR)
Sort items in descending order.
Enumerable
sortBy(TValue): mixed|TKey): mixed|string|array{string, string}>|TKey): mixed|string $callback, int $options = SORT_REGULAR, bool $descending = false)
Sort the collection using the given callback.
protected Collection
sortByMany(array $comparisons = [], int $options = SORT_REGULAR)
Sort the collection using multiple comparisons.
Enumerable
sortByDesc(TValue): mixed|TKey): mixed|string|array{string, string}>|TKey): mixed|string $callback, int $options = SORT_REGULAR)
Sort the collection in descending order using the given callback.
Enumerable
sortKeys(int $options = SORT_REGULAR, bool $descending = false)
Sort the collection keys.
Enumerable
sortKeysDesc(int $options = SORT_REGULAR)
Sort the collection keys in descending order.
Enumerable
sortKeysUsing(callable $callback)
Sort the collection keys using a callback.
Collection
splice(int $offset, int|null $length = null, TValue> $replacement = [])
Splice a portion of the underlying collection array.
Enumerable
take(int $limit)
Take the first or last {$limit} items.
Enumerable
takeUntil(TValue|TKey): bool $value)
Take items in the collection until the given condition is met.
Enumerable
takeWhile(TValue|TKey): bool $value)
Take items in the collection while the given condition is met.
$this
transform(callable $callback)
Transform each item in the collection using a callback.
Collection
dot()
Flatten a multi-dimensional associative array with dots.
Enumerable
undot()
Convert a flatten "dot" notation array into an expanded array.
TValue>
values()
Reset the keys on the underlying array.
TValue|TZipValue>>
zip(TZipValue>|TZipValue> $items)
Zip the collection together with one or more arrays.
TValue|TPadValue>
pad(int $size, TPadValue $value)
Pad collection to the specified length with a value.
Traversable
getIterator()
Get an iterator for the items.
int
count()
Count the number of items in the collection.
static<array-key, int>
countBy(TKey): array-key|string|null $countBy = null)
Count the number of items in the collection by a field or using a callback.
$this
add(TValue $item)
Add an item to the collection.
TValue>
toBase()
Get a base Support collection instance from this collection.
bool
offsetExists(TKey $key)
Determine if an item exists at an offset.
mixed
offsetGet(TKey $key)
Get an item at a given offset.
void
offsetSet(TKey|null $key, TValue $value)
Set the item at a given offset.
void
offsetUnset(TKey $key)
Unset the item at a given offset.
protected mixed
getDictionaryKey(mixed $attribute)
Get a dictionary key attribute - casting it to a string if necessary.
Arrayable<array-key, mixed>|TModel|TFindDefault)
find(mixed $key, TFindDefault $default = null)
Find a model in the collection by key.
TModel
findOrFail(mixed $key)
Find a model in the collection by key or throw an exception.
$this
load(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations)
Load a set of relationships onto the collection.
$this
loadAggregate(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations, string $column, string|null $function = null)
Load a set of aggregations over relationship's column onto the collection.
$this
loadCount(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations)
Load a set of relationship counts onto the collection.
$this
loadMax(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations, string $column)
Load a set of relationship's max column values onto the collection.
$this
loadMin(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations, string $column)
Load a set of relationship's min column values onto the collection.
$this
loadSum(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations, string $column)
Load a set of relationship's column summations onto the collection.
$this
loadAvg(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations, string $column)
Load a set of relationship's average column values onto the collection.
$this
loadExists(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations)
Load a set of related existences onto the collection.
$this
loadMissing(array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string>|string $relations)
Load a set of relationships onto the collection if they are not already eager loaded.
protected void
loadMissingRelation(Collection $models, array $path)
Load a relationship path if it is not already eager loaded.
$this
loadMorph(string $relation, array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string> $relations)
Load a set of relationships onto the mixed relationship collection.
$this
loadMorphCount(string $relation, array<array-key, array|Relation<mixed, mixed, mixed>): mixed|string> $relations)
Load a set of relationship counts onto the mixed relationship collection.
array<int, array-key>
modelKeys()
Get the array of primary keys.
Collection
fresh(array<array-key, string>|string $with = [])
Reload a fresh model instance from the database for all the entities.
$this
makeHidden(array<array-key, string>|string $attributes)
Make the given, typically visible, attributes hidden across the entire collection.
$this
makeVisible(array<array-key, string>|string $attributes)
Make the given, typically hidden, attributes visible across the entire collection.
$this
setVisible(array<int, string> $visible)
Set the visible attributes across the entire collection.
$this
setHidden(array<int, string> $hidden)
Set the hidden attributes across the entire collection.
$this
append(array<array-key, string>|string $attributes)
Append an attribute across the entire collection.
TModel>
getDictionary(TModel>|null $items = null)
Get a dictionary keyed by primary keys.
string|null
getQueueableClass()
Get the type of the entities being queued.
protected string
getQueueableModelClass(Model $model)
Get the queueable class name for the given model.
array<int, mixed>
getQueueableIds()
Get the identifiers for all of the entities.
array<int, string>
getQueueableRelations()
Get the relationships of the entities being queued.
string|null
getQueueableConnection()
Get the connection of the entities being queued.
TModel>
toQuery()
Get the Eloquent query builder from the collection.
void
markAsRead()
Mark all notifications as read.
void
markAsUnread()
Mark all notifications as unread.
Laravel Cloud is the best place to deploy Laravel, Nuxt, Express, Hono, Node.js, Bun, Go, Flask, Python, and more, with dedicated infrastructure available on AWS through Laravel Private Cloud.