Skip to content

feature/laravel 10#746

Merged
itinerare merged 5 commits into
lk-arpg:developfrom
itinerare:feature/laravel-10
Dec 14, 2023
Merged

feature/laravel 10#746
itinerare merged 5 commits into
lk-arpg:developfrom
itinerare:feature/laravel-10

Conversation

@itinerare
Copy link
Copy Markdown
Member

@itinerare itinerare commented Dec 14, 2023

Update to Laravel 10 so that we don't need to worry about it later/we have some breathing room there. It supports PHP 8.1 at minimum anyhow, so no action needed with regards to that.

I poked around and ran into a few issues (that I've fixed here), namely:

  • Anything in $dates on models needed to be moved to casts, since that was deprecated prior and has now been removed
  • The orderByRaw() setup for ordering character features was throwing an error, and otherwise stood to be condensed, so I reworked it a bit

Otherwise a fairly uneventful upgrade, though I'm sure there's something I could have missed.

@itinerare itinerare added dependencies Pull requests that update a dependency file needs review Pull requests that are pending community review labels Dec 14, 2023
@itinerare itinerare added reviewed Pull requests that have received community review and are pending merge and removed needs review Pull requests that are pending community review labels Dec 14, 2023
@itinerare itinerare merged commit ae89210 into lk-arpg:develop Dec 14, 2023
@itinerare itinerare deleted the feature/laravel-10 branch December 14, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file reviewed Pull requests that have received community review and are pending merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants