Laravel Collection Static API: make
make($items = []) The make static method creates a new instance of a collection with the provided $items (assuming that the provided $items is in itself not an instance of Collection ). The following code sample highlights the usage of the make...