Pull Request Explorer

Exploring 173 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[13.x] Replace compact with explicit arrays parkourben99 L No 1.6h - May 22, 2026

Summary

Refactor

Replace compact with explicit arrays

Improves compiler compatibility and readability by replacing compact() calls with explicit arrays.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review, indicating straightforward syntax changes.

AI Details

Tech Stack

Languages: Php
[13.x] Fix async HTTP retries when using array backoff values LucasCavalheri M No 24.4h - May 22, 2026

Summary

Bug Fix

Fix 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
  • PR resolved quickly with minimal rework, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `normalize` parameter to `Str::studly()` and `Str::pascal()` hotmeteor S No 11.6h - May 22, 2026

Summary

Feature

Add 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
  • Quick turnaround with minimal changes, indicating a straightforward enhancement that preserves existing behavior.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add assertJsonPathsCanonicalizing to TestResponse Tresor-Kasenda S No 16.1h - May 22, 2026

Summary

Feature

Add 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
  • Quick merge with minimal changes, indicating straightforward enhancement.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved a subtle bug in URL encoding, merged within 10 hours.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Ensure Up/Down commands report exceptions jackbayliss XS No 1.6h - May 22, 2026

Summary

Bug Fix

Ensure Up/Down commands report exceptions

Fixes exception reporting in Laravel's maintenance mode commands, improving visibility of deployment errors.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes, indicating low complexity and risk.

AI Details

Tech 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

Summary

Refactor

Remove redundant Tailwind source calls

Eliminates unnecessary Tailwind configuration, simplifying build and reducing file size.

Health Assessment

Small
Low
Low
  • Quick cleanup merged within 15 hours, minimal impact.

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

Summary

Feature

Allow 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
  • PR was reviewed and merged within 14 hours with minimal changes, indicating low complexity and high confidence in the change.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Make ClearCommand prohibitable jackbayliss XS No 1.5h - May 21, 2026

Summary

Feature

Make ClearCommand prohibitable

Adds a prohibit method to the ClearCommand to prevent accidental clearing of queues in non-production environments.

Health Assessment

Small
Low
Low
  • Quick change with minimal code churn, no review friction, and low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix incorrect type hint in Optional::offsetUnset() docblock rpsohag XS No 6.0h - May 20, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, merged within 6 hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
[13.x] feat: add factory to pivot stub ludo237 XS No 0.3h - May 20, 2026

Summary

Feature

Add 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
  • Quick merge with minimal changes, low complexity, no review required.

AI Details

Tech 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

Summary

Bug Fix

Accept 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
  • Quick resolution with minimal changes, no significant rework.

AI Details

Tech Stack

Languages: Php
[13.x] Fix path separator being encoded for LocalFilesystemAdapter jackbayliss S No 12.1h - May 20, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved encoding issue affecting file uploads, merged within 12 hours.

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

Summary

Bug Fix

Default 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
  • Quick fix with minimal changes, merged within 13 hours, indicating low complexity and high confidence in correctness.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[11.x] Rename X-Request-ID header to Cloud-Request-ID jradtilbrook M No 12.5h - May 20, 2026

Summary

Bug Fix

Rename 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
  • Fast turnaround of 12.5 hours with minimal changes indicates low complexity and risk.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick resolution with minimal changes and fast review indicates low complexity and high confidence in the fix.

AI Details

Tech 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

Summary

Feature

Opt 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
  • Merged within 1.3 hours with minimal changes and no review rounds, indicating a straightforward, low-risk update.

AI Details

Tech 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

Summary

Bug Fix

Update 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
  • Quick fix to test suite, minimal changes, resolved CI failure promptly.

AI Details

Tech Stack

Languages: Php
[11.x] Boot managed queues before service providers boot kieranbrown S No 1.0h - May 20, 2026

Summary

Bug Fix

Boot 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
  • Quick fix with minimal changes, no review needed, merged within an hour.

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

Summary

Bug Fix

Boot 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
  • Quick fix with minimal code changes, resolved in under an hour, indicating low complexity and risk.

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

Summary

Bug Fix

Boot 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
  • Quick, single-commit fix with minimal code changes, no review required, merged within 1.1 hours.

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

Summary

Bug Fix

Fix deferred event lifecycle in scheduling

Ensures scheduled events are correctly intercepted and grouped, enabling accurate logging and task execution.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, merged within an hour, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Rename X-Request-ID header to Cloud-Request-ID kieranbrown XS No 0.1h - May 19, 2026

Summary

Refactor

Rename 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
  • Quick fix with minimal changes, merged within minutes.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Rename X-Request-ID header to Cloud-Request-ID kieranbrown XS No 0.1h - May 19, 2026

Summary

Refactor

Rename 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
  • Quick change with minimal code churn, merged within minutes, indicating low review friction and low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Normalize Windows env variable comparison in ServeCommand wangchenxudev S No 3.3h 0.2h May 19, 2026

Summary

Bug Fix

Fix 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
  • Rapid resolution of a Windows-specific bug with minimal code changes and swift review, indicating low complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[11.x] Dedicated Cloud Queue kieranbrown L No 3.2h - May 19, 2026

Summary

Health Assessment

AI Details

Tech Stack

[12.x] Dedicated Cloud Queue kieranbrown M No 3.2h - May 19, 2026

Summary

Health Assessment

AI Details

Tech Stack

[13.x] Dedicated Cloud Queue kieranbrown M No 3.4h - May 19, 2026

Summary

Health Assessment

AI Details

Tech Stack

[13.x] Fix incorrect type hint in EncodedHtmlString::convert() docblock rpsohag XS No 0.5h - May 19, 2026

Summary

Bug Fix

Fix type hint mismatch in EncodedHtmlString

Corrects documentation to match implementation, enhancing code quality and developer experience without affecting functionality.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 30 minutes, indicating efficient review and low risk.

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

Summary

Chore

Add initial value type to reduce return

Adds type safety for empty collections, reducing runtime errors and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick 12‑minute cycle, minimal changes, no review friction, low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Stop when empty for taylorotwell M No 0.1h - May 19, 2026

Summary

Feature

Add 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
  • Quick review and merge, minimal changes, straightforward feature addition.

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

Summary

Feature

Output 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
  • Fast 11‑hour cycle with minimal changes and comprehensive tests indicates a low‑risk, straightforward enhancement.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add schema foreign key existence helper Tresor-Kasenda M No 8.8h 2.0h May 19, 2026

Summary

Feature

Add 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
  • Fast cycle time with minimal rework indicates a straightforward change.

AI Details

Tech 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

Summary

Feature

Add 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
  • Quick merge with minimal changes, indicating a straightforward enhancement.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Remove stale PHPStan ignore comments from type tests jradtilbrook XS No 10.9h - May 19, 2026

Summary

Bug Fix

Remove 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
  • Quick fix to static analysis pipeline, minimal code changes, low risk.

AI Details

Tech Stack

Languages: Php
[13.x] Optionally flush the SQS overflow store on queue:clear Orrison M No 68.7h - May 18, 2026

Summary

Feature

Add 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
  • Quick merge with minimal changes and no review iterations suggests low complexity and risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Output cloud request ID in logs jradtilbrook M No 8.0h - May 18, 2026

Summary

Feature

Output cloud request ID in logs

Adds cloud request ID to logs, improving traceability and debugging for cloud-hosted applications.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal changes, indicating a straightforward enhancement.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Consistent test OS attributes jnoordsij S No 0.9h - May 18, 2026

Summary

Bug Fix

Consistent test OS attributes

Standardizes operating system attributes in tests, ensuring accurate test execution across Linux and Darwin environments.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved test inconsistencies and cleanup issues.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Remove obsolete @phpstan-ignore clauses jnoordsij XS No 0.6h - May 18, 2026

Summary

Bug Fix

Remove 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
  • Quick fix with minimal changes, resolved CI static analysis issues promptly.

AI Details

Tech Stack

Languages: Php
[13.x] Support enum queue names in QueueFake Tresor-Kasenda M No 0.3h - May 18, 2026

Summary

Feature

Add 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
  • Quick merge with minimal changes and additions, indicating a straightforward and well-reviewed PR.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Pass worker options to Looping jackbayliss XS No 1.6h - May 17, 2026

Summary

Feature

Add worker options to Looping event

Enables targeting specific workers by name in queue looping, simplifying pause logic and improving developer clarity.

Health Assessment

AI 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes and tests, merged within 5 hours, indicating smooth review and low complexity.

AI Details

Tech Stack

Languages: Php
[12.x] Fix Number::fileSize() handling of negative byte values Amirhf1 XS No 15.5h - May 17, 2026

Summary

Bug Fix

Fix negative byte handling in Number::fileSize

Ensures accurate file size formatting for negative values, improving consistency across the framework.

Health Assessment

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

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

Summary

Bug Fix

Fix callable usage in Event callback

Allows userland to continue passing non-Closures to lifecycle/filter functions.

Health Assessment

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

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `assertPushedOnce()` weshooper S No 2.2h - May 17, 2026

Summary

Feature

Add assertPushedOnce() for queue testing

Provides a cleaner assertion method for queue tests, improving readability and IDE compatibility.

Health Assessment

Small
Low
Low
  • Fast merge with single commit and minimal changes indicates low complexity and minimal review friction.

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

Summary

Health Assessment

AI Details

Tech Stack

[13.x] Allow passing scheduled `Event` in callbacks cosmastech M No 8.1h - May 16, 2026

Summary

Feature

Allow 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
  • The PR was merged quickly, indicating a straightforward review process.
  • The change is relatively small, with only 3 files modified, which reduces the risk of introducing new issues.

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

Summary

Feature

Add lifecycle callbacks to Schedule::group()

Enables group-level callbacks for scheduled jobs, improving reliability and reducing manual configuration.

Health Assessment

Small
Low
Low
  • Single commit, quick review, minimal changes, low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Php
Frameworks: Laravel
Delimit aggregate alias willrowe S No 23.3h - May 16, 2026

Summary

Bug Fix

Add 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
  • Quick fix with minimal changes, merged within a day, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
[13.x] Skip delimiter filesystem tests on Windows jackbayliss XS No 9.9h - May 16, 2026

Summary

Bug Fix

Skip 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
  • Rapid, single-commit fix with minimal impact; merged within 10 hours.

AI Details

Confidence: 0.95

Tech Stack

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