Laravel 5 Collections Static API: Ensure a Value Is a Collection With wrap
The wrap static method is similar to the make static method, except that it will create a collection from any value supplied to it. This method is particularly helpful when writing methods or functions where the a collection instance is expected.1...