Converting Values to Collections with Laravel's wrap Method
Converting values to collections becomes seamless with Laravel's Collection::wrap method. This versatile utility ensures you're always working with a collection, regardless of the input type.
Basic Usage
Wrap different types of values into collections:
use Illuminate\Support\Collection;
// Wrap a single value
$collection = Collection::wrap(