Is there a way to force eloquent to use mutators when serializing data? I am currently converting my app to use vue.js and several fields are computed within the model, which I need to be included, in the serialized data.
Eloquent\Model - make toArray() utilize mutators
I understand why Taylor does not honour mutators but is there a way to override this behaviour?