The changes in this PR work for me when it comes to simple objects using Eloquent with Lumen but it doesn't seem to work with relationships, I will continue that part of the discussion on the issue here https://github.com/nilportugues/php-api-transformer/issues/10
Hi Folks,
First of all thanks for the great library 👍 It's always good to see people solving the hard problems so the rest of us don't have to don't have to 😉
I was trying to get this library to work with lumen (instead of Laravel) and it didn't seem to work. I noticed that things seemed to be pulled out of the JsonApiTrait in this commit https://github.com/nilportugues/laravel5-jsonapi/commit/c96e65f9500b72763c540081f672c1a53bbfc0d8 but they weren't added to the LumenJsonApiController at the same time.
The changes in this PR work for me when it comes to simple objects using Eloquent with Lumen but it doesn't seem to work with relationships, I will continue that part of the discussion on the issue here https://github.com/nilportugues/php-api-transformer/issues/10