Laravel model presenters with the Reflection API
There are many instances where I've needed to format data stored in a model so it can be presented in a view somehow. In the passed I've approached this particular problem in a few different ways, and yes, I could easily format that data directly in the view, but that