Pull Request Explorer
| 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 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Ability to override the Worker timeout exit code | jackbayliss | XS | No | 1.9h | - | May 11, 2026 |
SummaryBug FixOverride Worker timeout exit code Enables custom exit codes for timed‑out workers, preventing unnecessary restarts on certain cloud providers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [14.x] Adjust MigrationSkipped `migrationName` to `name` | jackbayliss | XS | No | 5.8h | - | May 10, 2026 |
SummaryRefactorAdjust MigrationSkipped migrationName to name Standardizes migration event naming, improving consistency and preventing future integration issues. Health Assessment
Small
Low
Low
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 |
SummaryFeatureAdd migration name to migration events Adds migration name to started/ended events for better observability and easier listener logic. Health Assessment
Small
Low
Low
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 |
SummaryBug FixAdd 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] re-add docblock for `apply()` method | browner12 | XS | No | 0.0h | - | May 08, 2026 |
SummaryDocsRe-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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix @params typo in toPrettyJson docblocks | mosabbirrakib | XS | No | 6.3h | 0.1h | May 08, 2026 |
SummaryBug FixFix @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
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
|
||||||
| [12.x] backport #60045 to 12.x | levikl | XS | No | 3.8h | - | May 08, 2026 |
SummaryRefactorBackport #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
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Add tests for `Attachment::fromUrl()` URL scheme validation | mdalikadar | M | No | 3.4h | - | May 08, 2026 |
SummaryTestAdd 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 AssessmentAI DetailsTech 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 |
SummaryBug FixShow 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Make PendingDispatch conditionable | kevinb1989 | S | No | 2.0h | - | May 08, 2026 |
SummaryFeatureMake 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
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 |
SummaryRefactorAdd 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
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 |
SummaryBug FixSkip 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
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 |
SummaryBug FixNarrow 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Narrow attachment url scheme | benbjurstrom | XS | No | 0.1h | - | May 07, 2026 |
SummaryBug FixNarrow 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
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 |
SummaryRefactorRemove 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Add support to scoped filesystem for Cloud | jeremynikolic | M | No | 1.8h | - | May 07, 2026 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add PreparesForDispatch interface for Jobs | jackbayliss | M | No | 223.0h | - | May 06, 2026 |
SummaryFeatureAdd 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
AI DetailsTech 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 |
SummaryRefactorUse 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
AI DetailsTech 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 |
SummaryBug FixEnsure 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix incorrectly opened DocBlocks | CasEbb | XS | No | 3.6h | - | May 06, 2026 |
SummaryBug FixFix incorrectly opened DocBlocks Corrects DocBlock parsing errors, ensuring accurate documentation rendering and preventing downstream issues. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Prefer spaceship operator when possible | lucasmichot | XS | No | 3.1h | - | May 06, 2026 |
SummaryRefactorPrefer 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
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| [13.x] Remove useless `fail-fast` option | lucasmichot | S | No | 1.8h | - | May 06, 2026 |
SummaryCI/CDRemove 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
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| [13.x] remove `mt_srand()` deprecated "mode" argument | browner12 | XS | No | 1.7h | - | May 06, 2026 |
SummaryChoreRemove 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
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 |
SummaryRefactorUpdate rand() to mt_rand() for consistency Standardizes random number generation, improving consistency and minor performance. Health Assessment
Small
Low
Low
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 |
SummaryRefactorKeep calls to implode() consistent Standardizes usage of implode() across the framework, reducing potential bugs and improving code consistency. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Replace `mb_split` with `preg_split` | jnoordsij | S | No | 0.2h | - | May 06, 2026 |
SummaryRefactorReplace 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Remove Pdo/Mysql const workaround | jnoordsij | XS | No | 5.3h | - | May 06, 2026 |
SummaryRefactorRemove PDO/MySQL const workaround Eliminates obsolete workaround, simplifying configuration and improving maintainability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Revert "Correct Factory::configure @return to $this (#59963)" | jnoordsij | XS | No | 6.9h | - | May 06, 2026 |
SummaryBug FixRevert 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Backport #60000 to 12.x | iWader | XS | No | 3.9h | - | May 06, 2026 |
SummaryBug FixBackport SQS connector changes to Laravel 12 Ensures SQS connector compatibility with Laravel 12, maintaining queue functionality after breaking change. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add all* queue inspection methods | jackbayliss | L | No | 11.1h | - | May 05, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| fix: preserve false PDO options in database config | AJenbo | XS | No | 6.7h | - | May 05, 2026 |
SummaryBug FixPreserve 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
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| [13.x] Improvements to collection sort docblocks | jnoordsij | S | No | 24.1h | - | May 05, 2026 |
SummaryRefactorImprove collection sort docblocks Enhances sort operation documentation and type safety, improving developer experience and consistency. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Add enum support to QueueFake assertPushedOn method | riesjart | S | No | 22.8h | - | May 05, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| [13.x] Drop 12.x release notes and update heading | jnoordsij | XL | No | 23.7h | - | May 05, 2026 |
SummaryDocsDrop 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
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 |
SummaryHealth AssessmentAI 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 |
SummaryFeatureAdd 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
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||