Pull Request Explorer

Exploring 152 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[13.x] Normalize HTTP client request header lookups Button99 S No 4.6h - Jul 11, 2026

Summary

Bug Fix

Normalize HTTP client header lookups

Fixes case-sensitive header lookups, ensuring consistent header access across requests.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[14.x] Prevent duplicate kernel instances when resolving concrete kernel classes from providers jackbayliss S No 5.5h - Jul 09, 2026

Summary

Bug Fix

Prevent duplicate kernel instances in providers

This change prevents duplicate kernel instances that caused middleware to silently fail, ensuring consistent request handling. It improves application stability and developer confidence.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add incrementEachQuietly and decrementEachQuietly to Eloquent models shanerbaner82 M No 0.8h - Jul 09, 2026

Summary

Feature

Add quiet increment/decrement methods to Eloquent

Adds quiet variants of bulk increment/decrement, improving consistency and reducing event noise for batch updates.

Health Assessment

Medium
Low
Low
  • Fast merge with minimal changes, indicating a straightforward enhancement.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add WithoutMiddleware controller middleware attribute JurianArie M No 3.7h - Jul 09, 2026

Summary

Feature

Add WithoutMiddleware controller middleware attribute

Provides an attribute to exclude middleware from controller methods or classes, simplifying middleware configuration for developers.

Health Assessment

Small
Low
Low
  • Merged in under 4 hours with minimal changes, indicating a low‑risk, straightforward enhancement.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix guessResourceName() namespace collision when class name is a substring of a parent namespace segment Rubrasum XS No 10.1h - Jul 09, 2026

Summary

Bug Fix

Fix namespace collision in guessResourceName

Ensures accurate resource naming for models, preventing incorrect API responses and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 10 hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Sync more getter return types with their property generics dfinchenko XS No 22.3h - Jul 09, 2026

Summary

Refactor

Sync getter return types with property generics

Improves code consistency by updating getter return types to match property generics, enhancing maintainability without changing behavior.

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating a smooth review process.
  • The small scope and lack of behavior changes suggest low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Make MailFake::assertQueuedTimes() public Tresor-Kasenda S No 3.2h - Jul 09, 2026

Summary

Refactor

Make MailFake::assertQueuedTimes() public

This change exposes the queued mail assertion method, enabling tests to call Mail::assertQueuedTimes() directly and aligning its visibility with the sent‑mail counterpart. It improves test clarity and consistency.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low complexity and high confidence in the change.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add test for the scheduler's quarterlyOn method dfinchenko XS No 2.7h - Jul 09, 2026

Summary

Test

Add test for scheduler's quarterlyOn method

Adds missing unit test for the scheduler's quarterlyOn method, ensuring correct cron expression generation.

Health Assessment

Small
Low
Low
  • Single commit test addition, minimal changes, fast cycle time.

AI Details

Tech Stack

Languages: Php
Add separator params to Storage facade docblocks Muhtasim-Munif-Fahim XS No 0.6h - Jul 08, 2026

Summary

Bug Fix

Add separator params to Storage facade docblocks

Improves developer experience by adding missing separator parameters to Storage facade docblocks, ensuring accurate documentation for file operations.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low complexity and high confidence in correctness.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix operator precedence in SqsQueue size fallbacks daffa-aditya-p M No 1.1h - Jul 08, 2026

Summary

Bug Fix

Fix SQS queue size operator precedence

Corrects null coalescing precedence in SQS queue size methods, preventing undefined array key warnings and ensuring accurate queue size reporting. Adds tests to cover missing attribute scenarios.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and tests, merged within 1.1 hours, indicating efficient review and low complexity.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `assertEmpty` to the Storage facade jackbayliss S No 97.8h - Jul 07, 2026

Summary

Feature

Add assertEmpty to Storage facade

Adds a fully recursive assertEmpty method to Storage facade, simplifying disk emptiness checks in tests.

Health Assessment

Small
Low
Medium
  • Small change adding a helper method; minimal risk; moderate cycle time due to review process.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add memory usage to WorkerStopping jackbayliss S No 243.5h - Jul 07, 2026

Summary

Feature

Add memory usage to WorkerStopping event

Provides visibility into worker memory usage at shutdown, enabling better memory limit tuning and observability for production workloads.

Health Assessment

Small
Low
Low
  • PR completed in ~10 days with minimal changes and no review comments, indicating a straightforward implementation with low complexity.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] `beforePushing` and `afterPushing` methods on `QueueFake` class gdebrauwer M No 6.6h - Jul 07, 2026

Summary

Feature

Add beforePushing and afterPushing to QueueFake

Introduces convenient hooks for test code to manipulate job timing, reducing boilerplate and improving test maintainability for developers.

Health Assessment

Medium
Low
Low
  • Merged within 6.6 hours with no review required, indicating a straightforward, low-risk change that streamlined test code for job dispatch scenarios.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add missing $separator parameter to Storage facade append/prepend docblocks ferhatolmez XS No 0.3h - Jul 07, 2026

Summary

Docs

Add missing $separator parameter to Storage facade append/prepend docblocks

Updated prepend and append methods to include a separator parameter, improving developer documentation for the Storage facade.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add tests for the date rule's past/future/nowOrPast/nowOrFuture methods aligulzar729 S No 7.9h - Jul 07, 2026

Summary

Health Assessment

AI Details

Tech Stack

Merge branch '12.x' into 13.x crynobone S No 0.1h - Jul 07, 2026

Summary

Bug Fix

Backport ComponentAttributeBag style merge fix to 13.x

Fixes CSS style merging in component attributes, ensuring valid CSS for end users.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating straightforward backport.

AI Details

Confidence: 0.80

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `Http::query()` method to the HTTP client shanerbaner82 M AI 71.4h - Jul 06, 2026

Summary

Feature

Add Http::query() method to HTTP client

Adds a query() method to Laravel's HTTP client, enabling safe, cacheable HTTP QUERY requests with body-carried query data, aligning with RFC 10008 and ecosystem support.

Health Assessment

Medium
Low
Medium
  • The PR added a new method with minimal changes and quick review, indicating low complexity and risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `query` and `queryJson` HTTP testing helpers shanerbaner82 M AI 71.6h - Jul 06, 2026

Summary

Chore

Add query and queryJson HTTP testing helpers

Enables developers to test routes that use the HTTP QUERY method, improving test coverage and developer experience.

Health Assessment

Medium
Low
Low
  • PR added new testing helpers with minimal changes and no review iterations, indicating a straightforward, low-risk enhancement.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
Add query route method support Afcyy M No 81.9h 1.2h Jul 06, 2026

Summary

Feature

Add query route method support

This PR adds first‑class routing support for the HTTP QUERY method, enabling developers to define QUERY routes directly and ensuring CSRF protection treats them as safe requests.

Health Assessment

Medium
Medium
Low
  • PR was reviewed quickly and merged after two small commits, indicating a straightforward change with minimal friction.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Send bulk SQS jobs via SendMessageBatch kieranbrown XL No 106.5h - Jul 06, 2026

Summary

Feature

Send bulk SQS jobs via SendMessageBatch

This PR optimizes SQS queue bulk dispatch by using the SendMessageBatch API, reducing API calls by ~10×, lowering cost, and improving throughput while preserving existing behavior.

Health Assessment

X-Large
Medium
High
  • The PR required multiple commits over several days, indicating a complex change and a prolonged review process.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Adjust Queue comment after Dependabot jackbayliss XS No 4.9h - Jul 06, 2026

Summary

Refactor

Adjust Queue comment after Dependabot

Ensures the Queue class comment remains accurate after Dependabot updates, improving developer clarity and reducing maintenance overhead.

Health Assessment

Small
Low
Low
  • Minimal changes, quick merge, no significant review or rework.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Allow mail config options without name jackbayliss S No 29.4h 27.0h Jul 06, 2026

Summary

Bug Fix

Allow mail config options without name

Enables mail configuration without specifying a name, preventing exceptions and simplifying setup for developers.

Health Assessment

Small
Low
Medium
  • PR resolved a configuration bug with minimal changes and quick merge after a single review.

AI Details

Tech Stack

Languages: Php
[13.x] Remove deprecated `StaticCallOnNonStaticToInstanceCallRector` fixer rule lucasmichot L No 23.5h - Jul 06, 2026

Summary

Refactor

Remove deprecated Rector rule from Laravel

The PR removes a deprecated Rector rule, ensuring the codebase stays up-to-date with the latest Rector standards. It also replaces legacy loops with native PHP 8.4 functions, improving readability and maintainability.

Health Assessment

Large
Low
Low
  • The PR was merged within 24 hours with minimal changes, indicating a low‑risk refactor.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `phpdoc_trim_consecutive_blank_line_separation rule` to pint lucasmichot S No 23.6h - Jul 06, 2026

Summary

Feature

Add PHPDoc blank line trimming rule to pint

Adds a rule to pint that removes consecutive blank lines inside PHPDoc blocks, improving code consistency across the framework.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes, indicating straightforward rule addition and code cleanup.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add tests for relative date where clauses aligulzar729 M No 3.5h - Jul 06, 2026

Summary

Test

Add tests for relative date where clauses

Adds test coverage for remaining relative date query builder methods, ensuring correct behavior for date-based queries.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal changes, indicating straightforward test addition.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Update comment in `Cloud/Queue.php` jackbayliss XS No 6.3h - Jul 06, 2026

Summary

Refactor

Update comment in Cloud Queue

Updated comment for clarity in queue handling.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low complexity and fast review.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 in the github-actions group dependabot XS No 6.4h - Jul 06, 2026

Summary

Chore

Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 in the github-actions group

Updates the GitHub Actions workflow to use the latest version of the git-auto-commit-action, ensuring improved functionality and security.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical dependabot update.

AI Details

Tech Stack

Languages: Yaml, Php
Frameworks: Github-Actions, Laravel
[12.x] Terminate default style value with a semicolon in ComponentAttributeBag::merge() Amirhf1 S No 4.6h - Jul 04, 2026

Summary

Bug Fix

Add semicolon to default style merging

Ensures merged CSS styles are valid by terminating default styles with a semicolon, preventing invalid concatenated CSS.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within hours, indicating low complexity and low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[11.x] Pop managed queue jobs from the cloud-agent instead of SQS kieranbrown XL AI 0.4h - Jul 03, 2026

Summary

Feature

Pop managed queue jobs from cloud-agent

Enables queue workers to pull jobs directly from the cloud-agent, reducing SQS traffic and improving reliability.

Health Assessment

Large
Medium
Low
  • Single commit backport merged quickly, indicating straightforward implementation and low complexity.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Pop managed queue jobs from the cloud-agent instead of SQS kieranbrown XL AI 0.4h - Jul 03, 2026

Summary

Feature

Pop queue jobs from cloud-agent instead of SQS

Enables efficient queue processing by delegating job retrieval to the cloud-agent, reducing SQS load and improving worker reliability.

Health Assessment

X-Large
Medium
Low
  • Merged within 24 minutes with a single commit and no review comments, indicating a straightforward, low‑friction change despite its large code footprint.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Pop managed queue jobs from the cloud-agent instead of SQS kieranbrown XL AI 4.3h - Jul 03, 2026

Summary

Feature

Pop managed queue jobs via cloud-agent

Enables Laravel workers to fetch jobs from an in‑container cloud‑agent instead of SQS, centralizing queue handling, reducing latency, and improving reliability for managed queues.

Health Assessment

X-Large
Low
Low
  • Merged in 4.3 hours with minimal review, indicating a smooth integration; AI assistance likely accelerated development and testing.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Ensure `deletedAtColumn` is passed to `assertSoftDeleted` & `assertNotSoftDeleted` jackbayliss S No 1.7h - Jul 03, 2026

Summary

Feature

Add custom deleted column support to soft delete assertions

Enables tests to assert soft deletes on tables with custom deleted columns, improving test accuracy for multi-table scenarios.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate low complexity and high confidence in the change.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `counted` method to `Str` and `Stringable` JosephSilber S No 12.8h 16.6h Jul 03, 2026

Summary

Feature

Add counted method to Str and Stringable

Adds a counted method to Laravel's Str and Stringable classes to simplify pluralization with counts.

Health Assessment

Small
Low
Low
  • PR was merged quickly with minimal changes and no rework, indicating a straightforward enhancement.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `reduceInto` method to collection JosephSilber M No 8.1h - Jul 03, 2026

Summary

Feature

Add reduceInto method to collection

Adds a new reduceInto method to Laravel collections, simplifying accumulation patterns by mutating the accumulator directly.

Health Assessment

Small
Low
Low
  • Quick addition of a new collection method with minimal changes and a fast merge cycle.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Support inspecting reserved jobs on the queue fake jackbayliss M No 8.8h - Jul 02, 2026

Summary

Feature

Support inspecting reserved jobs on the queue fake

Adds methods to Laravel's QueueFake to allow inspecting and reserving jobs in tests, simplifying test logic and reducing mocking.

Health Assessment

Small
Low
Low
  • Fast cycle time of 8.8 hours and minimal code changes indicate low review friction and low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Supports scalar Predis retry config to allows `config:cache` crynobone L No 8.4h - Jul 02, 2026

Summary

Feature

Add scalar Predis retry config support

Enables simplified retry configuration for Predis, improving cache stability and reducing configuration complexity for Laravel applications.

Health Assessment

Large
Low
Low
  • PR merged quickly with minimal rework, indicating smooth review and low complexity.

AI Details

Tech Stack

Languages: Php
Respect the encoding in Str::mask() when building the end of the string iammcoding XS No 0.2h - Jul 02, 2026

Summary

Bug Fix

Fix encoding handling in Str::mask()

Ensures multibyte strings are correctly masked across encodings, preventing data corruption for international users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within minutes, indicating low complexity and high confidence in correctness.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Update docblocks of Blueprint foreignUuid and foreignUlid to match foreignId LiddleDev XS No 5.2h - Jul 02, 2026

Summary

Bug Fix

Update Blueprint foreignUuid/foreignUlid docblocks

Clarifies that foreignUuid and foreignUlid do not create foreign key constraints, aligning documentation with actual behavior.

Health Assessment

Small
Low
Low
  • Quick, single-file change with minimal review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Add `Release` queue middleware mgcodeur L No 32.7h - Jul 02, 2026

Summary

Feature

Add Release queue middleware

Adds a Release queue middleware that defers job execution based on a condition, enabling more flexible queue handling.

Health Assessment

Medium
Low
Low
  • The PR was merged quickly with minimal changes and no review, indicating a straightforward addition of a new middleware component.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Support inspecting delayed jobs on the queue fake jackbayliss M No 10.0h - Jul 02, 2026

Summary

Feature

Support inspecting delayed jobs on queue fake

Enables developers to test delayed queue jobs without complex mocking, improving test reliability and developer productivity.

Health Assessment

Medium
Low
Low
  • Quick merge with minimal changes indicates low complexity and high confidence.

AI Details

Confidence: 0.80

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] fix: respect channel name for on-demand log stacks maltf0 S No 2.1h - Jul 01, 2026

Summary

Bug Fix

Fix channel name handling for on-demand log stacks

Ensures explicit channel names are respected in log stacks, improving log routing accuracy and debugging.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and a regression test added, merged within 2 hours.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[14.x] Test Improvements crynobone XS No 3.2h - Jul 01, 2026

Summary

Bug Fix

Test Improvements

Fixes test failures caused by merging the 13.x branch, ensuring the test suite remains stable and reliable for future development.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 3 hours, indicating smooth review and low complexity.

AI Details

Tech Stack

Languages: Php
[13.x] Handle api / json routes with Down (Maintenance) command davidrushton M No 101.4h - Jun 30, 2026

Summary

Feature

Add ignore option to maintenance mode for APIs

Enables API and mobile clients to receive JSON responses during maintenance, improving reliability and user experience.

Health Assessment

Small
Low
Low
  • Minimal code changes, quick review, low risk to production.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `input()` method to console commands stevebauman L No 90.2h - Jun 30, 2026

Summary

Feature

Add input() method to console commands

Adds a fluent input helper to console commands, enabling typed data accessors for arguments and options, improving developer ergonomics.

Health Assessment

Large
High
Medium
  • The PR took over 90 hours to merge, with a long delay before review and multiple formatting commits, indicating a slow review cycle and potential for overlooked issues.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Allow assertDatabaseEmpty to handle iterable jackbayliss S No 40.6h - Jun 30, 2026

Summary

Feature

Add iterable support to assertDatabaseEmpty

Enables test writers to pass multiple model classes or table names to assertDatabaseEmpty, reducing repetitive calls and improving test readability.

Health Assessment

Small
Low
Medium
  • The PR was merged after a single commit with minimal changes, indicating a straightforward implementation and quick review.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix flexible() lock and defer label collisions in TaggedCache Amirhf1 M No 3.4h - Jun 30, 2026

Summary

Bug Fix

Fix TaggedCache lock and defer label collisions

Prevents stale cache entries and lock contention across tag groups, ensuring accurate cache refreshes and better performance.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix Number::fileSize crashing on INF/NAN inputs Amirhf1 XS No 4.3h - Jun 30, 2026

Summary

Bug Fix

Fix Number::fileSize crash on non-finite inputs

Prevents application errors when handling file size calculations with infinite or NaN values, ensuring stability for users and developers.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 4 hours, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
Bump Concurrently to v10 u01jmg3 XS No 21.1h - Jun 29, 2026

Summary

Chore

Bump Concurrently to v10

Updates the concurrently package to version 10, ensuring compatibility with the latest Node tooling and improving build stability.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged within a day.

AI Details

Tech Stack

Bump the github-actions group with 2 updates dependabot XS No 1.7h - Jun 29, 2026

Summary

CI/CD

Bump the github-actions group with 2 updates

Updates GitHub Actions dependencies to the latest versions, ensuring CI workflows run with up‑to‑date, secure actions and reducing maintenance overhead.

Health Assessment

Small
Low
Low
  • Automated dependency update merged quickly with no review needed, indicating low complexity and minimal risk.

AI Details

Confidence: 1.00

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
[13.x] schedule:work catch signals rforced L No 22.5h 1.3h Jun 28, 2026

Summary

Bug Fix

Add graceful shutdown to schedule:work

Enables graceful termination of Laravel scheduler in containerized environments, preventing mid-task termination and ensuring clean shutdown.

Health Assessment

Large
Low
Low
  • Fast review and minimal rework indicate efficient handling of a critical scheduler issue.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
« Page 3 of 4 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos