whereNotIn() and whereNotInStrict()
In this series, we take a look at each of the available methods in the Laravel Collection class and dive deep through examples in explaining what it does.
whereIn() and whereInStrict()
In this episode, we are tackling whereIn() and the very similar whereInStrict(). Watch this video to see the difference between those two similar methods.
whereBetween() and whereNotBetween()
In this episode, we are tackling the recently added whereBetween() and the very similar whereNotBetween(). Watch this video to see the difference between those two similar methods.
where() and whereStrict()
In this episode, we are tackling where() and the very similar whereStrict(). Watch this video to see the difference between those two similar methods.
mapToDictionary() and mapToGroups()
In this episode, we are tackling mapToDictionary and the very similar mapToGroups. Watch this video to see the difference between those two similar methods.