nilportugues / laravel5-jsonapi

Laravel 5 JSON API Transformer Package
http://nilportugues.com
MIT License
310 stars 70 forks source link

Allow mutator attributes #107

Closed HennerM closed 11 months ago

HennerM commented 8 years ago

To enable server-side processing of attribute values, Eloquent mutators could be used. To enable them for e.g. relationships they have to be included in the class properties. This pull request adds them to the mapping.

HennerM commented 7 years ago

There is this existing PR, which main repo do you mean?