-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 5.3 Support #102
Comments
@tylergets Is 5.3 an issue? Doesn't look to me like any major changes. Would assume it works. I as because I'm trying to pick a JSON-API library for a new Laravel project... wanna pick the right one. |
Im working on this. |
@mspiderv Do you have an estimated time that this will be compatible with 5.3? Can we just pull in what you have and change the package requirements from 5.2 to 5.3 since there doesn't appear to be anything that will break? Thanks! |
@mpash I dont know why tests failed. Cant fix this now. If you can help, do it. |
I've fixed the tests, see my comment on #108, but it breaks BC with Laravel 5.2 |
Yeah I'd love to help. I'm in the middle of a project at work but it makes sense to help out as part of the project |
@mspiderv I've tried getting this up to spec, but I've hit a wall. I think this is beyond my abilities. Sorry. |
I got the error "Laravel version 5.3.26 is not supported. Please use the 5.1" |
@nilportugues Any idea on when you'll be updating this or are we in the Abandonware stages? |
Trying to install on 5.3 So far i have issue with Passport that requires psr-http-message-bridge 1.0 but this package requires 0.1 |
I also installed it on Laravel 5.3 and got the same error thant @YanDatsyuk when I try to consume the API. I'm interested in this project, hope it wasn't deprecated yet. |
Laravel 5.4 released :) |
I tried on Laravel 5.4 :(. "Laravel version 5.4.18 is not supported. Please use the 5.1 for the time being". |
@srigmca13 try |
@mpash I tried
I also tried without |
@mpash Is this correct one?
|
@srigmca13 the format is |
|
Release notes are located here:
https://laravel.com/docs/5.3/releases
Is anybody currently working on this?
The text was updated successfully, but these errors were encountered: