nilportugues / serializer-eloquent-driver

Driver for the Serializer library caring of Eloquent ORM model serialization
http://nilportugues.com
MIT License
4 stars 7 forks source link

Added pivot data to serialized object #7

Closed OskarD closed 1 month ago

OskarD commented 8 years ago

You may want to see if it breaks something that depends on this project, I'm not sure what the implications will be. All it does is add a "pivot" array to the serialized object's attributes with the data from the table row.

OskarD commented 8 years ago

https://github.com/nilportugues/php-api-transformer/issues/8#issuecomment-225828690

nilportugues commented 8 years ago

@OskarD let me review this.

Looks good but I'll do some checks on the dependencies :+1:

OskarD commented 8 years ago

@nilportugues any progress? :)