Custom Sorting Comparison Function | Laravel 5 Collections: Sorting a Collection With sort
…on = new Collection ( [ 5 [ ' name ' => ' Sue ' , ' age ' => 23 ] , 6 [ ' name ' => ' Simon ' , ' age ' => 38 ] , 7 [ ' name ' => ' Jane ' , ' age ' => 25 ] , 8 [ ' name ' => ' Dave ' , ' age ' => 19 ] 9 ] ) ; 10 11 // Sort the collection based...