feat: laravel 13 - #1341
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Important
This must be merged after #1340 since it rely on this refactor of captcha system! Don't forget to sync branches!
This PR updates laravel from 11 to 13. This means extended security (since 11 is EOL since March 12th) and new features for development.
Real changelog (that excludes captcha refactor commit) can be found here (click blue text)
Type of Change
Testing
Works on my machine. But it will be better to get more feedback from other testers. Please, help me test this on your instance before I'll merge this PR.
AI Assistance
Almost all update process was performed by LLM (Excluding captcha part) but under human control. Since LLM doesn't made changes to core files (Only renamed one file according to official update documentation) I don't see any problems here. All code should work, except if anything was broken by Laravel update itself. All responsibility for related fixes is on me anyways.
Checklist
developmentbranchLegal
By submitting this pull request, I confirm that my contribution is made
under the terms of the project's
Contributor License Agreement
and that I have read and agree to the
Code of Conduct.