Pull Request Explorer

Exploring 190 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[13.x] Add method to convert a Password instance to a passwordrules string imliam M No 12.9h - May 11, 2026

Summary

Feature

Add method to convert Password to string

Adds a method that translates Laravel's Password rule objects into an HTML passwordrules attribute string. This allows browsers and password managers to automatically suggest compliant passwords, improving user experience.

Health Assessment

Medium
Low
Low
  • The PR was merged within 12.9 hours with no review, indicating a low-complexity change and minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Ability to override the Worker timeout exit code jackbayliss XS No 1.9h - May 11, 2026

Summary

Bug Fix

Override Worker timeout exit code

Enables custom exit codes for timed‑out workers, preventing unnecessary restarts on certain cloud providers.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal code changes and no new tests.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[14.x] Adjust MigrationSkipped `migrationName` to `name` jackbayliss XS No 5.8h - May 10, 2026

Summary

Refactor

Adjust MigrationSkipped migrationName to name

Standardizes migration event naming, improving consistency and preventing future integration issues.

Health Assessment

Small
Low
Low
  • Quick change with minimal code churn, merged within 6 hours, indicating smooth review and low risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add name to MigrationStarted/MigrationEnded events jackbayliss S No 17.4h - May 10, 2026

Summary

Feature

Add migration name to migration events

Adds migration name to started/ended events for better observability and easier listener logic.

Health Assessment

Small
Low
Low
  • Quick, single-commit cycle with tests ensures low risk and minimal review friction.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add unicode modifier to preg_split rodrigopedra S No 38.8h - May 10, 2026

Summary

Bug Fix

Add unicode modifier to preg_split

Ensures string splitting behaves correctly with Unicode characters, aligning with PHP's upcoming deprecation and preventing potential bugs in string handling.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] re-add docblock for `apply()` method browner12 XS No 0.0h - May 08, 2026

Summary

Docs

Re-add docblock for apply method

Restores a removed docblock for the apply method in the SoftDeletingScope class to improve code readability and documentation.

Health Assessment

Small
Low
Low
  • This PR was quickly merged, indicating low review friction and a straightforward change.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix @params typo in toPrettyJson docblocks mosabbirrakib XS No 6.3h 0.1h May 08, 2026

Summary

Bug Fix

Fix @params typo in toPrettyJson docblocks

Corrects PHPDoc tags in pagination and support classes, ensuring static analysis and IDEs correctly document parameters, improving developer experience.

Health Assessment

Small
Low
Low
  • Quick one-line fix with fast review and merge, minimal risk and impact.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
[12.x] backport #60045 to 12.x levikl XS No 3.8h - May 08, 2026

Summary

Refactor

Backport #60045 to 12.x

Minor docblock updates to maintain consistency across Laravel 12.x, ensuring developers see up‑to‑date documentation.

Health Assessment

Small
Low
Low
  • Merged within 3.8 hours with no review rounds, indicating a low‑risk, straightforward backport.

AI Details

Tech Stack

Languages: Php
[13.x] Add tests for `Attachment::fromUrl()` URL scheme validation mdalikadar M No 3.4h - May 08, 2026

Summary

Test

Add tests for Attachment URL scheme validation

Adds unit tests to verify that only HTTP/HTTPS URLs are accepted for attachments, preventing invalid or potentially unsafe URLs from being processed. This improves reliability and security of email attachments.

Health Assessment

AI Details

Tech Stack

Languages: Php
[13.x] Display error in `queue:pause` when `Worker` isn't pausable weshooper S No 35.6h 7.4h May 08, 2026

Summary

Bug Fix

Show error for non-pausable queue workers

Adds a clear error message when attempting to pause a queue that cannot be paused, improving debugging and user experience.

Health Assessment

Small
Low
Medium
  • The PR was merged within a day with minimal review comments, indicating a straightforward fix.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Make PendingDispatch conditionable kevinb1989 S No 2.0h - May 08, 2026

Summary

Feature

Make PendingDispatch conditionable

Adds conditional dispatch capability to queued jobs, enabling fraud detection logic to run earlier for customers with sufficient personal details.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, indicating straightforward enhancement with low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
add generic return types to `Builder` paginate methods levikl XS No 9.1h - May 08, 2026

Summary

Refactor

Add generic return types to Builder paginate methods

Adds generic return type annotations to Eloquent Builder paginate methods, enabling static analysis tools to infer model types in paginated results and improving type safety without affecting runtime behavior.

Health Assessment

Small
Low
Low
  • Quick single-commit PR with minimal changes, merged within 9 hours, indicating smooth review and low complexity.

AI Details

Confidence: 1.00

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Skip allocation in mergeFillable/Appends/Hidden/Visible when input is empty olivier-zenchef M No 29.9h - May 07, 2026

Summary

Bug Fix

Skip allocation in merge methods for empty input

Reduces memory usage during model construction by avoiding unnecessary array operations, preventing potential memory limit errors in high-volume applications.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, merged within a day, indicating efficient review and low complexity.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Narrow attachment url scheme benbjurstrom XS No 3.1h 2.4h May 07, 2026

Summary

Bug Fix

Narrow attachment URL scheme

Restricts Attachment::fromUrl() to http and https URLs, rejecting unsupported schemes to ensure attachments use intended remote URL use case.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Narrow attachment url scheme benbjurstrom XS No 0.1h - May 07, 2026

Summary

Bug Fix

Narrow attachment URL scheme

Restricts Attachment::fromUrl() to http and https URLs, rejecting unsupported schemes to ensure correct remote URL usage.

Health Assessment

Small
Low
Low
  • Merged within minutes with no review, indicating a straightforward, low-risk change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Unused `$parameters` in `validate*case()` weshooper XS No 10.4h - May 07, 2026

Summary

Refactor

Remove unused parameters from validation methods

Cleaned up unused parameters in validation logic, improving code clarity and reducing potential confusion for developers.

Health Assessment

Small
Low
Low
  • Quick cleanup with minimal changes, merged within 10 hours, indicating smooth review and low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Add support to scoped filesystem for Cloud jeremynikolic M No 1.8h - May 07, 2026

Summary

Feature

Add support to scoped filesystem for Cloud

Adds support for scoped filesystems in Cloud configuration, enabling more granular storage handling and improved flexibility for developers.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes suggest low risk and smooth review.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add PreparesForDispatch interface for Jobs jackbayliss M No 223.0h - May 06, 2026

Summary

Feature

Add PreparesForDispatch interface for Jobs

Introduces a pre‑dispatch hook that lets jobs prepare or skip dispatching, reducing queue load and improving resource utilization.

Health Assessment

Small
Low
Medium
  • PR required 9 days to merge with a single rework after review, indicating moderate review friction but low risk to production.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Rely on guzzlehttp/psr7 for nested multipart array expansion - Fix #59992 RomainMazB S No 55.1h - May 06, 2026

Summary

Refactor

Use Guzzle for nested multipart array expansion

Laravel removes custom multipart array logic, delegating to Guzzle, simplifying HTTP client handling. This reduces duplication and leverages Guzzle's built-in support.

Health Assessment

Small
Low
Low
  • Single commit, straightforward refactor, minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Ensure that the named arguments are sorted during a call lucasmichot S No 2.7h - May 06, 2026

Summary

Bug Fix

Ensure named arguments sorted during a call

This change guarantees that named arguments are sorted when invoked, improving consistency and preventing potential bugs in argument handling.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate a straightforward bug fix with low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix incorrectly opened DocBlocks CasEbb XS No 3.6h - May 06, 2026

Summary

Bug Fix

Fix incorrectly opened DocBlocks

Corrects DocBlock parsing errors, ensuring accurate documentation rendering and preventing downstream issues.

Health Assessment

Small
Low
Low
  • Fast turnaround and minimal changes suggest low risk and straightforward review.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Prefer spaceship operator when possible lucasmichot XS No 3.1h - May 06, 2026

Summary

Refactor

Prefer spaceship operator when possible

This refactor replaces comparison logic with PHP's spaceship operator, improving code clarity and reducing potential bugs.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
[13.x] Remove useless `fail-fast` option lucasmichot S No 1.8h - May 06, 2026

Summary

CI/CD

Remove useless fail-fast option

Eliminate unnecessary fail-fast setting in CI workflows, simplifying matrix job behavior and reducing configuration complexity.

Health Assessment

Small
Low
Low
  • Quick 1.8‑hour cycle with no review needed; minimal changes to CI configuration.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
[13.x] remove `mt_srand()` deprecated "mode" argument browner12 XS No 1.7h - May 06, 2026

Summary

Chore

Remove deprecated mt_srand mode argument

Eliminates legacy MT_RAND_PHP mode, ensuring compatibility with newer PHP releases and reducing potential security risks. Simplifies random number generation for Laravel applications.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal code changes; no significant risk to existing functionality.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] update `rand()` to `mt_rand()` browner12 S No 1.9h - May 06, 2026

Summary

Refactor

Update rand() to mt_rand() for consistency

Standardizes random number generation, improving consistency and minor performance.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, no review needed, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Keep calls to implode() consistent lucasmichot XS No 0.0h - May 06, 2026

Summary

Refactor

Keep calls to implode() consistent

Standardizes usage of implode() across the framework, reducing potential bugs and improving code consistency.

Health Assessment

Small
Low
Low
  • Quick review and merge within minutes indicates low complexity and minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Replace `mb_split` with `preg_split` jnoordsij S No 0.2h - May 06, 2026

Summary

Refactor

Replace mb_split with preg_split

Update string helper to use preg_split instead of deprecated mb_split, adding tests to ensure behavior remains unchanged.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no review needed, merged within minutes.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Remove Pdo/Mysql const workaround jnoordsij XS No 5.3h - May 06, 2026

Summary

Refactor

Remove PDO/MySQL const workaround

Eliminates obsolete workaround, simplifying configuration and improving maintainability.

Health Assessment

Small
Low
Low
  • Quick merge after a single commit, minimal changes, low risk.

AI Details

Tech Stack

Languages: Php
[13.x] Revert "Correct Factory::configure @return to $this (#59963)" jnoordsij XS No 6.9h - May 06, 2026

Summary

Bug Fix

Revert Factory::configure return type change

Reverts a change that altered the return type of the factory configure method, restoring the original behavior to maintain compatibility with existing factory usage patterns.

Health Assessment

Small
Low
Low
  • Quick revert with minimal changes, indicating a small scope and low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Backport #60000 to 12.x iWader XS No 3.9h - May 06, 2026

Summary

Bug Fix

Backport SQS connector changes to Laravel 12

Ensures SQS connector compatibility with Laravel 12, maintaining queue functionality after breaking change.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes, resolved within hours, indicating efficient review and low complexity.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix issue using custom aws credential providers iWader XS No 6.9h - May 05, 2026

Summary

Bug Fix

Fix custom AWS credential provider usage

Allows Laravel applications to use a broader range of AWS credential providers, improving flexibility and compatibility with AWS SDK.

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 support for `SortDirection` enum to query builder classes jnoordsij M No 222.5h 11.8h May 05, 2026

Summary

Feature

Add SortDirection enum support to query builder

Enables use of PHP 8.6 SortDirection enum in Laravel query builder, improving code readability and consistency for developers.

Health Assessment

Medium
Medium
Medium
  • The PR required multiple commits and a review cycle of 11.8 hours, taking 222.5 hours to merge, indicating moderate complexity and iteration.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add all* queue inspection methods jackbayliss L No 11.1h - May 05, 2026

Summary

Feature

Add all queue inspection methods

Provides efficient, aggregate inspection of queued jobs across multiple queues, improving deployment reliability and reducing manual database queries.

Health Assessment

Large
Low
Low
  • Fast 11‑hour cycle time and a single commit suggest a straightforward, additive change with minimal review friction.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Fix infinite recursion when middleware group referencing itself noefleury S No 1.5h - May 05, 2026

Summary

Bug Fix

Fix infinite recursion when middleware group referencing itself

This PR resolves a logic exception that caused infinite recursion when a middleware group referenced itself, enhancing routing stability.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
fix: preserve false PDO options in database config AJenbo XS No 6.7h - May 05, 2026

Summary

Bug Fix

Preserve false PDO options in database config

Ensures database SSL verification settings can be explicitly set to false without being unintentionally removed, improving configuration flexibility and security.

Health Assessment

Small
Low
Low
  • Quick, single-file change with minimal impact, merged within hours.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
[13.x] Improvements to collection sort docblocks jnoordsij S No 24.1h - May 05, 2026

Summary

Refactor

Improve collection sort docblocks

Enhances sort operation documentation and type safety, improving developer experience and consistency.

Health Assessment

Small
Low
Low
  • PR completed quickly with minimal changes, indicating a straightforward documentation improvement.

AI Details

Tech Stack

Languages: Php
[13.x] Add enum support to QueueFake assertPushedOn method riesjart S No 22.8h - May 05, 2026

Summary

Health Assessment

AI Details

Tech Stack

[13.x] Drop 12.x release notes and update heading jnoordsij XL No 23.7h - May 05, 2026

Summary

Docs

Drop 12.x release notes and update heading

Removed outdated 12.x release notes to keep documentation current, improving clarity for developers. Ensures users reference only supported releases, reducing confusion.

Health Assessment

Small
Low
Low
  • Quick single-commit PR that streamlined documentation, minimal risk.

AI Details

Confidence: 0.95

Tech Stack

[13.x] Add generic result type to collection min/max methods jnoordsij M No 21.2h - May 05, 2026

Summary

Health Assessment

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add an environment filter to the `schedule:list` command m-fi M No 15.0h 9.5h May 05, 2026

Summary

Feature

Add environment filter to schedule:list command

Adds an --environment option to the schedule:list Artisan command, allowing users to view only scheduled tasks that run in specified environments and preventing accidental execution of environment‑specific commands.

Health Assessment

Medium
Low
Medium
  • The PR was merged in 15 hours with a single review after 9.5 hours, but required several commits to refine the logic, indicating moderate rework. The changes were small in scope and focused on a single command, keeping risk low.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
« Page 4 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