-
-
Notifications
You must be signed in to change notification settings - Fork 33
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 9.x Compatibility #36
Conversation
|
⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch. To do so, temporarily add Shift's fork to the {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/laravel-upsert.git"
}
]
} Then update your dependency constraint to reference this branch: {
"require": {
"staudenmeir/laravel-upsert": "dev-l9-compatibility",
}
} Finally, run: |
The package doesn't work with Laravel 9: #26 (comment) |
@staudenmeir, gotcha. Thanks. I'll make a note on Shift's side. |
@staudenmeir Just wanted to make a note here. It seems that starting with Laravel 9, if you're using MySQL, the in-built
I am wondering that is an opportunity for this package to work with Laravel 9. |
Hi @deevus, |
Right. The part that's confusing me then is that our codebase is using |
Maybe it's related to this change? laravel/framework#42053 |
Don't think so. As far as I can tell that's an opt-in change where you need to set |
In any case: If there's an issue with the Laravel 9 implementation, it needs to be fixed there. The package can't take care of that. |
No worries thanks for your help |
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 9.x.
Before merging, you need to:
l9-compatibility
branchIf you do find an issue, please report it by commenting on this PR to help improve future automation.