Showing 3 entries for category "Laravel"
Jan 17, 2016 • 2 mins • 319 words
Laravel's MorphMap feature provides an exciting way to simplify and future proof polymorphic relations in Eloquent
May 13, 2017 • 12 mins • 2,441 words
Faced with a challenge of sorting by multiple data points in a single Laravel collection, I used Collection Macros to create a simple solution.