Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| [13.x] Replace compact with explicit arrays | parkourben99 | L | No | 1.6h | - | May 22, 2026 |
SummaryRefactorReplace compact with explicit arrays Improves compiler compatibility and readability by replacing compact() calls with explicit arrays. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Fix async HTTP retries when using array backoff values | LucasCavalheri | M | No | 24.4h | - | May 22, 2026 |
SummaryBug FixFix async HTTP retry array backoff behavior Ensures reliable async HTTP requests by correctly handling array-based retry delays, preventing premature termination and improving robustness for API integrations. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `normalize` parameter to `Str::studly()` and `Str::pascal()` | hotmeteor | S | No | 11.6h | - | May 22, 2026 |
SummaryFeatureAdd normalize flag to Str studly and pascal Adds a normalize flag to Str::studly() and Str::pascal() to correctly convert all-uppercase strings into StudlyCase. This improves consistency and reduces bugs in code that relies on these helpers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add assertJsonPathsCanonicalizing to TestResponse | Tresor-Kasenda | S | No | 16.1h | - | May 22, 2026 |
SummaryFeatureAdd batch JSON path assertion to Laravel tests Enables developers to assert multiple JSON paths in responses while ignoring value order, improving test reliability and developer productivity. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix path separator encoding in temporaryUrl on local disk | kayw-geek | S | No | 10.1h | - | May 22, 2026 |
SummaryBug FixFix path separator encoding in temporaryUrl Corrects URL generation for temporary file access, preventing 404/403 errors for nested storage keys and improving user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Ensure Up/Down commands report exceptions | jackbayliss | XS | No | 1.6h | - | May 22, 2026 |
SummaryBug FixEnsure Up/Down commands report exceptions Fixes exception reporting in Laravel's maintenance mode commands, improving visibility of deployment errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] remove Tailwind `@source` calls that are already covered by default | browner12 | XS | No | 15.3h | - | May 21, 2026 |
SummaryRefactorRemove redundant Tailwind source calls Eliminates unnecessary Tailwind configuration, simplifying build and reducing file size. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| [13.x] Allow auto discovered listeners to opt out of discovery | jackbayliss | M | No | 14.0h | - | May 21, 2026 |
SummaryFeatureAllow auto discovered listeners to opt out of discovery Adds a ShouldBeDiscovered interface to let listeners opt out of auto discovery, enabling environment‑specific event handling without manual registration. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Make ClearCommand prohibitable | jackbayliss | XS | No | 1.5h | - | May 21, 2026 |
SummaryFeatureMake ClearCommand prohibitable Adds a prohibit method to the ClearCommand to prevent accidental clearing of queues in non-production environments. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix incorrect type hint in Optional::offsetUnset() docblock | rpsohag | XS | No | 6.0h | - | May 20, 2026 |
SummaryBug FixFix Optional::offsetUnset() docblock type hint Corrects type hint for Optional::offsetUnset() to match PHP ArrayAccess interface. Improves static analysis accuracy without changing behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] feat: add factory to pivot stub | ludo237 | XS | No | 0.3h | - | May 20, 2026 |
SummaryFeatureAdd factory to pivot stub Adds factory scaffold to pivot model stubs, enabling factory generation for pivot models and aligning CLI flags. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Accept Symfony's new control-characters exception message in mailer test | kieranbrown | S | No | 1.3h | - | May 20, 2026 |
SummaryBug FixAccept Symfony control-characters exception in mailer test The update adjusts the mailer test to accept new Symfony exception messages, preventing false failures. This ensures reliable CI runs and consistent behavior across Symfony versions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Fix path separator being encoded for LocalFilesystemAdapter | jackbayliss | S | No | 12.1h | - | May 20, 2026 |
SummaryBug FixFix path separator encoding in LocalFilesystemAdapter Corrects URL encoding of path separators in local filesystem adapter, preventing signature mismatches and 404 errors when uploading files via temporary URLs. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] default clear() queue driver param to null | jackbayliss | S | No | 13.1h | - | May 20, 2026 |
SummaryBug FixDefault clear() queue driver param to null Allows Queue::clear() to be called without specifying a queue, preventing errors and aligning behavior with other queue methods. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [11.x] Rename X-Request-ID header to Cloud-Request-ID | jradtilbrook | M | No | 12.5h | - | May 20, 2026 |
SummaryBug FixRename X-Request-ID header to Cloud-Request-ID Aligns Laravel Cloud request ID handling with the actual header sent, improving log accuracy. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Resolve scheduled event callback parameter by type rather than name | kayw-geek | M | No | 3.6h | 0.6h | May 20, 2026 |
SummaryBug FixFix scheduled event callback parameter resolution This change guarantees that scheduled callbacks receive the correct Event instance, preventing binding errors. It improves stability of scheduled tasks and reduces potential downtime. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Ability to opt out of worker restart on lost connection | jackbayliss | S | No | 1.3h | - | May 20, 2026 |
SummaryFeatureOpt out worker restart on lost DB connection Allows queue workers to avoid restarting when a database connection is lost, preventing unnecessary boot loops and reducing downtime. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Accept Symfony's new control-characters exception message in mailer test | kieranbrown | S | No | 1.1h | - | May 20, 2026 |
SummaryBug FixUpdate mailer test to accept new Symfony exception Adjusts Laravel mailer tests to handle Symfony's updated exception message, ensuring compatibility across Symfony versions and preventing CI failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [11.x] Boot managed queues before service providers boot | kieranbrown | S | No | 1.0h | - | May 20, 2026 |
SummaryBug FixBoot Cloud queue connector before providers Prevents runtime errors in Cloud environments by registering the queue connector earlier. Ensures service providers can use queue functionality without failure. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Boot managed queues before service providers boot | kieranbrown | S | No | 1.0h | - | May 20, 2026 |
SummaryBug FixBoot Cloud Queue Connector Before Service Providers Ensures the cloud queue connector is registered before providers boot, preventing runtime errors for applications using cloud queue connections. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Boot managed queues before service providers boot | kieranbrown | S | No | 1.1h | - | May 20, 2026 |
SummaryBug FixBoot Cloud Queue Connector Before Service Providers Ensures the cloud queue connector is registered before providers boot, preventing runtime errors for applications using cloud queue connections. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix lifecycle deferred event methods | cosmastech | M | No | 1.0h | - | May 19, 2026 |
SummaryBug FixFix deferred event lifecycle in scheduling Ensures scheduled events are correctly intercepted and grouped, enabling accurate logging and task execution. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Rename X-Request-ID header to Cloud-Request-ID | kieranbrown | XS | No | 0.1h | - | May 19, 2026 |
SummaryRefactorRename X-Request-ID header to Cloud-Request-ID Renames the header read by LaravelCloudJsonFormatter from X-Request-ID to Cloud-Request-ID to match the header Laravel Cloud actually sends. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Rename X-Request-ID header to Cloud-Request-ID | kieranbrown | XS | No | 0.1h | - | May 19, 2026 |
SummaryRefactorRename X-Request-ID header to Cloud-Request-ID Aligns internal header handling with Laravel Cloud’s actual header, ensuring accurate request tracking and consistency across services. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Normalize Windows env variable comparison in ServeCommand | wangchenxudev | S | No | 3.3h | 0.2h | May 19, 2026 |
SummaryBug FixFix Windows env variable handling in ServeCommand Ensures Windows environment variables are correctly passed to the development server, preventing accidental removal of critical variables. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [11.x] Dedicated Cloud Queue | kieranbrown | L | No | 3.2h | - | May 19, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| [12.x] Dedicated Cloud Queue | kieranbrown | M | No | 3.2h | - | May 19, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| [13.x] Dedicated Cloud Queue | kieranbrown | M | No | 3.4h | - | May 19, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| [13.x] Fix incorrect type hint in EncodedHtmlString::convert() docblock | rpsohag | XS | No | 0.5h | - | May 19, 2026 |
SummaryBug FixFix type hint mismatch in EncodedHtmlString Corrects documentation to match implementation, enhancing code quality and developer experience without affecting functionality. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add initial value type to return of `reduce` and `reduceWithKeys` | jnoordsij | M | No | 0.2h | - | May 19, 2026 |
SummaryChoreAdd initial value type to reduce return Adds type safety for empty collections, reducing runtime errors and improving developer experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Stop when empty for | taylorotwell | M | No | 0.1h | - | May 19, 2026 |
SummaryFeatureAdd queue:work stop-when-empty-for option Adds a queue worker option to stop after a period of inactivity, improving resource usage. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
|
||||||
| [12.x] Output cloud request ID in logs | jradtilbrook | M | No | 11.3h | - | May 19, 2026 |
SummaryFeatureOutput cloud request ID in logs Adds cloud request ID to logs for Cloud applications, improving traceability without altering log context. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add schema foreign key existence helper | Tresor-Kasenda | M | No | 8.8h | 2.0h | May 19, 2026 |
SummaryFeatureAdd Schema::hasForeignKey() helper for foreign key existence This PR introduces a convenient helper to check for foreign key constraints, simplifying migrations and schema assertions. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add JSON output option to ListFailedCommand and corresponding tests | Tresor-Kasenda | M | No | 9.0h | - | May 19, 2026 |
SummaryFeatureAdd JSON output to queue:failed command Enables JSON output for the queue:failed Artisan command, improving automation and tooling integration. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Remove stale PHPStan ignore comments from type tests | jradtilbrook | XS | No | 10.9h | - | May 19, 2026 |
SummaryBug FixRemove stale PHPStan ignore comments This PR cleans up obsolete PHPStan ignore directives, preventing static analysis failures and ensuring code quality. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Optionally flush the SQS overflow store on queue:clear | Orrison | M | No | 68.7h | - | May 18, 2026 |
SummaryFeatureAdd optional flush of SQS overflow on queue clear Enables immediate cleanup of overflow storage when clearing queues, reducing storage costs and mitigating data exposure. This optional flag gives administrators control over resource usage. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Output cloud request ID in logs | jradtilbrook | M | No | 8.0h | - | May 18, 2026 |
SummaryFeatureOutput cloud request ID in logs Adds cloud request ID to logs, improving traceability and debugging for cloud-hosted applications. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Consistent test OS attributes | jnoordsij | S | No | 0.9h | - | May 18, 2026 |
SummaryBug FixConsistent test OS attributes Standardizes operating system attributes in tests, ensuring accurate test execution across Linux and Darwin environments. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Remove obsolete @phpstan-ignore clauses | jnoordsij | XS | No | 0.6h | - | May 18, 2026 |
SummaryBug FixRemove obsolete @phpstan-ignore clauses Fixes static analysis errors in Laravel 13.x by removing outdated PHPStan ignore directives, improving code quality and CI stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Support enum queue names in QueueFake | Tresor-Kasenda | M | No | 0.3h | - | May 18, 2026 |
SummaryFeatureAdd enum queue name support to QueueFake Normalizes queue names passed as UnitEnum values for consistent behavior with string queue names. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Pass worker options to Looping | jackbayliss | XS | No | 1.6h | - | May 17, 2026 |
SummaryFeatureAdd worker options to Looping event Enables targeting specific workers by name in queue looping, simplifying pause logic and improving developer clarity. Health AssessmentAI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix numeric property names being cast to integers in JsonSchema requi… | irabbi360 | S | No | 5.4h | - | May 17, 2026 |
SummaryBug FixFix numeric property names cast to integers in JsonSchema Ensures JSON schema required arrays preserve numeric property names, preventing validation errors for API consumers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [12.x] Fix Number::fileSize() handling of negative byte values | Amirhf1 | XS | No | 15.5h | - | May 17, 2026 |
SummaryBug FixFix negative byte handling in Number::fileSize Ensures accurate file size formatting for negative values, improving consistency across the framework. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix callable usage in `Event@callEventCallback()` | cosmastech | S | No | 14.1h | - | May 17, 2026 |
SummaryBug FixFix callable usage in Event callback Allows userland to continue passing non-Closures to lifecycle/filter functions. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `assertPushedOnce()` | weshooper | S | No | 2.2h | - | May 17, 2026 |
SummaryFeatureAdd assertPushedOnce() for queue testing Provides a cleaner assertion method for queue tests, improving readability and IDE compatibility. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Validate against line breaks in emails | taylorotwell | M | No | 0.4h | 0.1h | May 17, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| [13.x] Allow passing scheduled `Event` in callbacks | cosmastech | M | No | 8.1h | - | May 16, 2026 |
SummaryFeatureAllow passing scheduled Event in callbacks Enables standardized logging for scheduled commands by passing the Event object to callbacks, reducing manual logging efforts. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Allow lifecycle and output callbacks on Schedule::group() | cosmastech | M | No | 47.5h | - | May 16, 2026 |
SummaryFeatureAdd lifecycle callbacks to Schedule::group() Enables group-level callbacks for scheduled jobs, improving reliability and reducing manual configuration. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Delimit aggregate alias | willrowe | S | No | 23.3h | - | May 16, 2026 |
SummaryBug FixAdd delimiters to aggregate alias Ensures query grammar works correctly with case-sensitive drivers and custom wrap logic, improving database compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Skip delimiter filesystem tests on Windows | jackbayliss | XS | No | 9.9h | - | May 16, 2026 |
SummaryBug FixSkip delimiter filesystem tests on Windows Disables failing Windows filesystem tests to keep CI stable while a deeper fix is pursued. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||