Pull Request Explorer

Exploring 173 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[13.x] Switch force check in Worker jackbayliss XS No 7.7h - May 16, 2026

Summary

Bug Fix

Improve Worker Force Flag Handling

Eliminates redundant cache checks when a worker runs with the `--force` flag, reducing overhead during maintenance mode and improving job processing efficiency.

Health Assessment

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

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Pass WorkerOptions to Pausing/Resuming/Interrupted jackbayliss S No 17.1h - May 15, 2026

Summary

Feature

Add WorkerOptions to Queue Events

Enables precise worker identification during queue events, improving debugging and monitoring of distributed queue workers.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Replace @return with @var on docblocks for properties in tests scabarcas17 XS No 18.4h 0.0h May 15, 2026

Summary

Refactor

Replace @return with @var in test docblocks

Corrects docblock annotations in test files to comply with PSR-5, improving code quality and documentation consistency.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal changes and immediate review, indicating low complexity and high confidence.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add WorkerIdle event jackbayliss S No 17.2h - May 15, 2026

Summary

Feature

Add WorkerIdle event

Adds a WorkerIdle event to detect idle workers, enabling better queue utilization and resource allocation.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
URL Encode Paths taylorotwell M No 0.0h - May 15, 2026

Summary

Bug Fix

Fix URL encoding for temporary signed URLs

Ensures temporary signed URLs correctly encode storage paths, preventing misinterpretation of special characters and maintaining proper expiration and signature validation.

Health Assessment

Small
Low
Low
  • Merged within minutes with no review, indicating a straightforward fix with minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Fix typo in Builder::getRelation() comment rpsohag XS No 0.4h - May 14, 2026

Summary

Bug Fix

Correct grammatical typo in Builder comment

This change corrects a typo in a code comment, ensuring accurate terminology and improving code readability.

Health Assessment

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

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
Add storage store taylorotwell XL No 0.1h - May 14, 2026

Summary

Feature

Add storage cache driver for S3

Adds a storage cache driver that uses Laravel's filesystem to cache data, enabling S3 disks as key/value cache.

Health Assessment

X-Large
Low
Low
  • High scope but low friction, indicating a well-tested change that was merged quickly.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix typo in preg_replace_array() PHPDoc comment mosabbirrakib XS No 25.3h - May 14, 2026

Summary

Bug Fix

Fix typo in preg_replace_array() PHPDoc comment

Corrects a documentation typo to improve code clarity.

Health Assessment

Small
Low
Low
  • Quick typo fix merged within a day, minimal review needed.

AI Details

Tech Stack

Languages: Php
[13.x] Optimize Worker queue pause check jackbayliss M No 27.3h - May 14, 2026

Summary

Chore

Optimize Worker Queue Pause Check

This change reduces cache lookups for paused queues, cutting per-job overhead. It improves worker throughput and lowers infrastructure costs for high-traffic queue workloads.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes; performance improvement implemented and tested.

AI Details

Confidence: 0.80

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix typo in mergeAttributeFromCachedCasts() PHPDoc comment mosabbirrakib XS No 25.3h - May 14, 2026

Summary

Bug Fix

Fix typo in mergeAttributeFromCachedCasts() PHPDoc comment

Corrects a documentation typo to improve code clarity and maintainability.

Health Assessment

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

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
Fix typo in docblock for listManagementOptions method in SesV2Transport daliendev XS No 24.5h - May 14, 2026

Summary

Bug Fix

Fix typo in SesV2Transport docblock

Corrects a documentation typo, improving developer clarity and reducing confusion.

Health Assessment

Small
Low
Low
  • Minor documentation change, fast review and merge within a day.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix starts_with/ends_with rules rejecting numeric values aydinfatih M No 21.5h - May 14, 2026

Summary

Bug Fix

Fix numeric value handling in starts_with/ends_with rules

Ensures numeric inputs pass starts_with/ends_with validation, preventing false failures in JSON requests. Improves data validation reliability for numeric fields.

Health Assessment

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

AI Details

Confidence: 0.15

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add tests for SeeInHtml constraint covering unicode whitespace scabarcas17 M No 1.1h 0.1h May 14, 2026

Summary

Test

Add tests for Unicode whitespace handling

Adds PHPUnit tests to ensure correct handling of Unicode whitespace in HTML normalization, preventing future regressions.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and a single review, indicating straightforward test addition.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[11.x] Backport cloud queues timacdonald XL No 10.7h - May 14, 2026

Summary

Feature

Backport cloud queues

Adds cloud queue support to Laravel 11.x, enabling integration with cloud queue services and improving metrics and testing.

Health Assessment

Large
Medium
Low
  • The PR was merged quickly with minimal review friction, indicating a well-tested and straightforward backport of cloud queue functionality.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Back port cloud queues timacdonald XL No 15.6h - May 14, 2026

Summary

Feature

Back port cloud queue functionality to Laravel 12

Adds cloud queue support and metrics to Laravel 12, enabling integration with cloud services and improving monitoring.

Health Assessment

Large
Low
Low
  • PR completed quickly with minimal iterations, indicating smooth integration of cloud queue features into Laravel 12.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Improve queue metric tests timacdonald L No 13.7h - May 14, 2026

Summary

Test

Enhance queue metric test coverage

Adds comprehensive tests for queue metrics, improving confidence in backporting queue features.

Health Assessment

Large
Low
Low
  • Fast cycle time and single commit indicate a straightforward test enhancement.

AI Details

Tech Stack

Languages: Php
Fix typo in Sleep::microsecond() PHPDoc comment rpsohag XS No 21.0h - May 13, 2026

Summary

Docs

Fix typo in Sleep::microsecond() PHPDoc comment

Improves documentation consistency for Sleep::microsecond() method, aligning wording with other time unit methods.

Health Assessment

Small
Low
Low
  • Quick, single‑line documentation fix merged within a day with minimal review effort.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
Fix grammatical error in Lottery::alwaysLose() PHPDoc comment rpsohag XS No 20.7h - May 13, 2026

Summary

Docs

Fix PHPDoc grammar in Lottery::alwaysLose()

Corrects a documentation typo to improve code clarity and maintain consistency across the framework.

Health Assessment

Small
Low
Low
  • Merged within 20 hours with a single line change, indicating a straightforward documentation fix with minimal risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Replace @return with @var on property docblocks mosabbirrakib XS No 20.5h - May 13, 2026

Summary

Bug Fix

Replace @return with @var on property docblocks

Corrects property type annotations to improve static analysis and IDE support, ensuring accurate type information for developers.

Health Assessment

Small
Low
Low
  • Quick, single-commit change with minimal code churn; likely reviewed and merged within a day.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add unicode modifier to SeeInHtml normalize whitespace regex mosabbirrakib XS No 20.5h - May 13, 2026

Summary

Bug Fix

Add unicode modifier to SeeInHtml normalize whitespace regex

Fixes assertion failures when HTML contains Unicode whitespace by adding the /u flag to the regex, ensuring whitespace normalization works correctly.

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
Frameworks: Laravel
[13.x] Add foreignUuidFor schema helper Tresor-Kasenda S No 18.5h - May 13, 2026

Summary

Feature

Add foreignUuidFor schema helper for migrations

Provides an explicit API for defining UUID foreign key columns in migrations, improving consistency and clarity for UUID-based relationships.

Health Assessment

Small
Low
Low
  • Merged within 18.5 hours with no review, indicating a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add enum support to contextual attribute binding Tresor-Kasenda M No 17.8h - May 13, 2026

Summary

Feature

Add enum support to contextual attribute binding

Enables developers to use PHP enums in dependency injection, improving type safety and reducing configuration errors.

Health Assessment

Small
Low
Low
  • PR merged quickly with minimal changes, indicating a straightforward enhancement.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
[13.x] Allow passing a Closure to `ThrottlesExceptions` middleware cosmastech M No 0.5h - May 13, 2026

Summary

Feature

Allow Closure in ThrottlesExceptions Middleware

Enables dynamic backoff logic for queued jobs, improving resilience to external API rate limits.

Health Assessment

Medium
Low
Low
  • Quick approval with minimal changes, straightforward enhancement to middleware behavior.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Support Concurrency Run Timeouts dbpolito S No 0.1h - May 13, 2026

Summary

Feature

Add custom timeout support for concurrency

Enables developers to set custom timeouts for concurrency tasks, preventing unintended long-running processes and improving reliability.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates a straightforward enhancement.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Support config caching with Cloud queues timacdonald M No 13.6h - May 13, 2026

Summary

Feature

Add config caching for Cloud queue prefixes

Enables caching of Cloud queue prefixes and suffixes via configuration, reducing reliance on environment variables and improving performance.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates straightforward enhancement.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
Revert "[13.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions" crynobone L No 0.1h - May 13, 2026

Summary

CI/CD

Revert Composer github-oauth credentials removal

Restores GitHub Actions credentials for Composer on Linux and Windows, ensuring CI workflows can authenticate with GitHub packages.

Health Assessment

Large
Low
Low
  • Quick revert with minimal changes, merged within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
Revert "[11.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions" crynobone L No 0.1h - May 13, 2026

Summary

CI/CD

Revert removal of Composer GitHub OAuth credentials

Restores GitHub Actions workflow configuration to maintain Composer authentication on Linux and Windows, ensuring CI builds continue to function correctly.

Health Assessment

Large
Low
Low
  • Quick revert with minimal changes, indicating a straightforward rollback of a recent CI configuration change.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
[11.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions crynobone L No 0.1h - May 13, 2026

Summary

CI/CD

Remove Composer github-oauth credentials on Linux & Windows Actions

Eliminates exposed Composer GitHub OAuth credentials from CI workflows on Linux and Windows, enhancing security and compliance for Laravel projects.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes; no review required.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
[13.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions crynobone L No 2.5h 0.1h May 13, 2026

Summary

CI/CD

Remove Composer GitHub OAuth credentials from CI

Eliminates unnecessary GitHub OAuth credentials in CI workflows, improving security and reducing build noise.

Health Assessment

Large
Low
Low
  • Fast cycle time with minimal review rounds indicates a straightforward CI tweak that was quickly approved.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
[13.x] Add support for `after_commit` for Cloud queue metrics timacdonald L No 6.9h 0.0h May 12, 2026

Summary

Health Assessment

AI Details

Tech Stack

[13.x] reset Lottery on test case teardown cosmastech XS No 0.8h - May 12, 2026

Summary

Bug Fix

Reset Lottery on test case teardown

Ensures test isolation by resetting the Lottery between tests, improving reliability.

Health Assessment

Small
Low
Low
  • Quick, single-file change merged within 48 minutes, indicating low complexity and minimal risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Cloud queue metrics timacdonald XL No 3.6h 0.7h May 12, 2026

Summary

Feature

Add Cloud queue metrics support

Adds support for Cloud queue metrics, enabling monitoring of queue performance in cloud environments.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review iterations indicate efficient implementation and low complexity.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
add index for database performance DGarbs51 S No 0.7h - May 11, 2026

Summary

Chore

Add compound index to failed_jobs table

Improves database query performance for failed job tracking across all supported engines, reducing latency and resource usage.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

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