-
Notifications
You must be signed in to change notification settings - Fork 51
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 12.x Compatibility #133
Conversation
|
|
❌ Laravel 11 has removed its dependency on Shift detected potential uses of these within the following files. You should review these instances and, if they are still needed, reference the Upgrade Guide for native alternatives.
|
⚗️ 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-eloquent-spatial.git"
}
]
} Then update your dependency constraint to reference this branch: {
"require": {
"matanyadaev/laravel-eloquent-spatial": "dev-l12-compatibility",
}
} Finally, run: |
@MatanYadaev Do you think you could add in the short term? |
@dacoto97 I'm looking for the Laravel team to release upgrade guide first. |
They have published it https://laravel.com/docs/12.x/upgrade |
I’ve updated all my packages to version 12, with no breaking changes except for the |
@MatanYadaev Looking forward for this upgrade. |
@MatanYadaev looking forward to this too :-) let us know when you have a chance to merge and make available for L12 thanks!! |
Completed #136 |
awesome thanks!
—————————————————————————————————————

Martin Gauthier
Chief Geek
codemountain.ca | GetTrail.info | pixeltrail.co
***@***.***
… On Feb 26, 2025, at 10:50 AM, Matan Yadaev ***@***.***> wrote:
MatanYadaev
left a comment
(MatanYadaev/laravel-eloquent-spatial#133)
Completed #136
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
<#136> <#133 (comment)> <https://github.com/notifications/unsubscribe-auth/AAF5XZSUI2T2FTA5O5JHYKL2RXPEFAVCNFSM6AAAAABXGYGX22VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVGQ3TEMBYGA>
MatanYadaev
left a comment
(MatanYadaev/laravel-eloquent-spatial#133)
<#133 (comment)>
Completed #136 <#136>
—
Reply to this email directly, view it on GitHub <#133 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAF5XZSUI2T2FTA5O5JHYKL2RXPEFAVCNFSM6AAAAABXGYGX22VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVGQ3TEMBYGA>.
You are receiving this because you commented.
|
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 12.x.
Before merging, you need to:
l12-compatibility
branchIf you do find an issue, please report it by commenting on this PR to help improve future automation.