-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 6 Updates #1675
Laravel 6 Updates #1675
Conversation
then we will wait for release in |
Is there anything else we can do to help get this merged? Appreciate we are all busy. Perhaps we need a few more maintainers to help out? I literally waiting on this to get setup with L6 and its making things tricky, having to keep rebasing into my shifted branch. Please can this be merged? PLEASE!! |
This won't work without |
@rauanmayemir I saw that...happy to make a PR for that as well. Need a couple of hours though, if someone else can do it before me. |
Just pushed a PR for Laravel 6.0 support for @specialtactics do you have access to merge/create a new release? Just saw that you were the most active contributor this year in this repo |
Who has ownership of this now? I'm very concerned at the speed of implementing a super simple PR. Whoever is running this repo please advertise for help or mark as abandoned. I'm now spending my time unwinding my code from Dingo due to the lack of updates. I don't want to seem ungrateful. I fully appreciate the time that goes into maintenance. But once a package reaches a certain level of use there comes a certain responsibility to either maintain, recruit help, or officially abandon. Somebody, please take some action on this repo so we can all either move on or update our stuff. |
Any movement on this? |
@specialtactics any update on this plz? |
Temporary solution. Add this to your
Then just Voilà. |
This comment has been minimized.
This comment has been minimized.
Please merge this PR. @leeovery I use Dingo mainly for the integrated InternalRequest feature which does not exist natively in Laravel. |
@mko-tapptic good idea, @mycarrysun there is a problem when composer executes
|
Thanks for your contribution once again, @mycarrysun Apologies this has been a little bit late, just keep in mind this is open-source development guys. If you would like to help out more with the repo, please do so - that would be great. What more often happens is that people show up at a time like this to complain, but are not actually willing to put in the hard work 😄 |
I've tagged this PR's master as v2.4.0-rc1, if your minimum stability is dev, you can update now, otherwise wait a little while longer for testing. |
@m-zanetti In your case, you must be missing the "formats" config in your config/api.php
|
I appreciate your work, but note that in this case two related Laravel 6.0 PRs had already been open 15 days ago by others. There's no use in the ability to openly contribute if those people don't have PR merging rights :P |
@amcsi I can't give them or anyone else merging rights, and I don't think it would be appropriate in any case. 15 days is not much in the grand scheme of things, please have some understanding. |
@specialtactics Thanks Max for merging this PR. However, it's still not compatible with Laravel 6 due to blueprint #1680. Can you please re-open and merge that PR? |
@denisdulici Can you elaborate? That PR was merged even before this one. |
@denisdulici cannot reopned to merge because the repository already not existing |
Changes:
str_
andarr_
docscomposer.json
to allow^6.0
versions of Illuminate packagesFixes
$response->headers->get()
to(int)
forassertSame
comparison inRateLimitTest