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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Upgrade from Laravel 12 to Laravel 13, adopt new framework features, and migrate AI integrations to first-party packages.
Framework upgrade
laravel/framework^12.0 → ^13.0laravel/tinker^2.9 → ^3.0pestphp/pest-plugin-laravel^4.0 → ^4.1CSRF middleware rename (high impact L13 change)
VerifyCsrfToken→PreventRequestForgeryacrossbootstrap/app.php,AdminPanelProvider, and custom middlewareCache configuration (medium impact L13 change)
serializable_classes: falsetoconfig/cache.phpCACHE_DRIVER→CACHE_STOREenv variable nameLaravel 13 PHP attributes
#[Hidden]on User model#[Scope]on all model scopes (Post, Ad, Link, NewsletterTestimonial)#[Signature]and#[Description]on all 12 console commands#[WithoutRelations]on job model parameters (PostOnBlueskyJob, TootPostJob, TweetPostJob)AI integration migration
openai-php/laravelwithlaravel/ai(first-party AI SDK)prism-php/prismusage with Laravel AI Agent (PostTagger) usingHasStructuredOutputEmbeddingServicerewritten to useLaravel\Ai\EmbeddingsTaggingServicerewritten to use aPostTaggeragent instead of Prism structured callsprism-php/prismandmeilisearch/meilisearch-phpdependenciesBluesky notification channel
innocenzi/bluesky-notification-channelwith newspatie/laravel-bluesky-notification-channel(https://github.com/spatie/laravel-bluesky-notification-channel)PostOnBlueskyJobOther
spatie/laravel-mailcoach-sdk^1.0 → ^1.5 (added Laravel 13 support via Support Laravel 13 laravel-mailcoach-sdk#44)site_search_configs/site_search_documentstables (conflict with schema dump)HomeControllerTest