nilportugues / laravel5-jsonapi

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

Laravel 5.3 compatibility added #108

Open mspiderv opened 8 years ago

mspiderv commented 8 years ago

I tested this with Laravel 5.3.21.

aethr commented 8 years ago

I tested this via a patch file on some basic functionality in a Laravel v5.3.19 project and didn't have any issues.

Stubbs commented 8 years ago

The unit tests for this are failing because of the differences between Laravel 5.2 & 5.3, have a look at the changes on my latest comment to see what I had to fix:

https://github.com/Stubbs/laravel5-jsonapi/commit/5af2634e1345beae257c644c5cdef1345db095f7

dneckel commented 7 years ago

Stubbs@5af2634 is working good for me 👍