Pull Request Explorer

Back to Repo
Exploring 169 PRs for Framework. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[13.x] Cache falsy JSON payloads in HTTP client responses Button99 M No 6.8h - Jun 03, 2026

Summary

Bug Fix

Cache falsy JSON payloads in HTTP client

Ensures that HTTP client responses with falsy JSON values are cached correctly, improving reliability of cached data.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Register the lazy refresh hook on all connections tontonsb M No 3.2h - Jun 03, 2026

Summary

Bug Fix

Register lazy refresh hook on all connections

Ensures database refresh hooks are applied to all connections, preventing test failures when using non-default connections. This improves test stability and developer experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Ensure path seperators aren't encoded in LocalFilesystemAdapter jackbayliss M No 4.9h - Jun 02, 2026

Summary

Bug Fix

Fix path separator encoding in LocalFilesystemAdapter

Backports fixes to prevent URL encoding of path separators in Laravel 12.x, improving file URL handling.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes and tests, merged within 5 hours.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] `schedule:pause` command should error when its disabled jackbayliss S No 2.4h - Jun 02, 2026

Summary

Bug Fix

schedule:pause command should error when disabled

Adds error handling to the schedule pause command when it is disabled, preventing silent failures and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick, single-file change with minimal risk, resolved within hours.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix ValidationImageFileRuleTest jackbayliss XS No 2.0h - Jun 02, 2026

Summary

Bug Fix

Fix ValidationImageFileRuleTest

This PR fixes a failing validation test by simplifying the test logic and adding a protective comment to prevent regressions.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
[13.x] fix: Queue and Connection attributes in Mailable::queue() and later() irabbi360 M No 49.2h - Jun 01, 2026

Summary

Bug Fix

Fix Queue and Connection attributes in Mailable

Ensures Mailable::queue() respects #[Queue] and #[Connection] attributes, improving email queue handling for users.

Health Assessment

Small
Low
Low
  • Bug fix with minimal changes, merged within a day, low risk.

AI Details

Tech Stack

Languages: Php
[13.x] Remove unused variables from tests oliverquynh XS No 12.6h - Jun 01, 2026

Summary

Refactor

Remove unused variables from tests

Cleaned up test code by removing unused variables, improving maintainability and reducing noise.

Health Assessment

Small
Low
Low
  • Quick cleanup with minimal changes, merged within 12.6 hours, indicating low complexity and high confidence in correctness.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
Fix @theme directive collision in health check view cathrinevaage XS No 4.2h - Jun 01, 2026

Summary

Bug Fix

Fix @theme directive collision in health check view

Custom Blade directives can now coexist with Tailwind's @theme at‑rule without causing errors. This keeps the health check endpoint functional for all applications.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no tests added, merged within 4 hours.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Added MariaDB vector index capability michielvaneerd S No 13.5h - May 31, 2026

Summary

Feature

Add MariaDB vector index capability

Enables vector indexing in MariaDB, expanding database support beyond PostgreSQL and improving search performance for applications.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
[12.x] Fix Number::pairs() infinite loop when $by is zero or negative Amirhf1 S No 37.2h - May 31, 2026

Summary

Bug Fix

Fix Number::pairs infinite loop for zero/negative step

This patch prevents infinite loops in Laravel's Number::pairs() by validating the step size and using absolute values for negative steps, ensuring reliable range generation. It improves stability and aligns with Laravel's input validation conventions.

Health Assessment

Small
Low
Medium
  • Single review cycle with moderate time to merge, indicating a straightforward bug fix with minimal friction.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add payload to InspectedJob jackbayliss S No 34.2h - May 31, 2026

Summary

Feature

Add payload to InspectedJob

Adds payload to InspectedJob so queue inspection methods can access custom payload data, improving debugging and visibility.

Health Assessment

Small
Low
Medium
  • PR added a small payload feature with a quick 34‑hour cycle and minimal rework, indicating low risk and straightforward integration.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
fix: Add content_id to inline attachment handling in CloudflareTransport pablo-gonzalez-helpwan S No 25.0h - May 31, 2026

Summary

Bug Fix

Add content_id to Cloudflare inline attachments

Adds required content_id to inline attachments for Cloudflare email transport. Prevents invalid request schema errors and ensures images display correctly.

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.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix time-sensitive flaky test in NotificationDatabaseChannelTest KentarouTakeda S No 17.4h - May 31, 2026

Summary

Bug Fix

Fix flaky test in NotificationDatabaseChannelTest

The test now reliably verifies notification database writes, preventing false positives that could hide bugs. This improves confidence in the notification system's correctness.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no review friction, merged within 17 hours.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
[13.x] Introduce Bus::bulk() jackbayliss M No 54.9h - May 30, 2026

Summary

Feature

Add Bus::bulk for efficient job dispatch

Introduces a bulk dispatch method that groups jobs by queue and connection, reducing database writes and improving performance for mass job imports and exports.

Health Assessment

Small
Low
Low
  • The PR added a new bulk dispatch capability with minimal code changes and quick testing, resulting in a low‑risk, small‑scope feature that improves performance for mass job dispatching.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
fix: `whereDate` and `whereTime` crash when $column is an `Expression` ahawlitschek S No 15.8h - May 29, 2026

Summary

Bug Fix

Fix whereDate/whereTime crash with Expression

This fix prevents runtime crashes when using Expression or Stringable in whereDate and whereTime clauses. It ensures reliable query building for developers, improving application stability.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix FIFO queue name normalization in Cloud managed queues kieranbrown S AI 13.9h - May 29, 2026

Summary

Bug Fix

Fix FIFO queue name normalization

Ensures FIFO queue names are correctly normalized, preventing environment UUID leakage and maintaining accurate queue grouping and metrics.

Health Assessment

Small
Low
Low
  • AI-assisted fix completed in under 14 hours with no review, indicating low complexity and risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Fix FIFO queue name normalization in Cloud managed queues kieranbrown S AI 13.8h - May 29, 2026

Summary

Bug Fix

Fix FIFO queue name normalization in Cloud managed queues

Corrects a bug that caused environment suffixes to leak in FIFO queue names, ensuring proper queue grouping and accurate metrics.

Health Assessment

Small
Low
Low
  • Quick, AI-assisted fix merged within 14 hours, indicating efficient review and low complexity.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[11.x] Fix FIFO queue name normalization in Cloud managed queues kieranbrown S AI 13.8h - May 29, 2026

Summary

Bug Fix

Fix FIFO queue name normalization for Cloud queues

Corrects queue name normalization to prevent environment UUID leakage and maintain proper queue grouping and metrics.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix merged within 14 hours with minimal code changes.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
fix: fix isUniqueConstraintError to catch SQL Server error 2627 ErfanMomeniii XS No 11.8h - May 29, 2026

Summary

Bug Fix

Fix unique constraint error handling for SQL Server

Ensures unique key violations raise proper exception, improving error handling.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved error handling issue.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix `Illuminate\Http\Response` compatibility against Symfony 8.1 crynobone XS No 12.2h 1.6h May 29, 2026

Summary

Bug Fix

Fix Response compatibility against Symfony 8.1

This avoids Symfony Response deprecation when setting headers in constructor, maintaining API compatibility.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, low risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Fix Number::trim() returning null for INF and NAN values Amirhf1 XS No 9.0h - May 29, 2026

Summary

Bug Fix

Fix Number::trim() null for INF/NAN

Prevents silent data loss when trimming infinite or NaN numbers, ensuring accurate numeric handling in Laravel applications.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Indicate an event was skipped cosmastech M No 4.1h - May 29, 2026

Summary

Feature

Indicate an event was skipped

Adds a property to signal when a scheduled event was skipped, improving visibility into job execution.

Health Assessment

Small
Low
Low
  • PR completed in 4 hours with minimal changes and no review delays, indicating a straightforward enhancement.

AI Details

Confidence: 0.80

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Enhance Cache attribute to support memoization jenky S No 7.9h - May 28, 2026

Summary

Feature

Enhance Cache attribute to support memoization

Adds support to the Cache attribute for injecting a cache memo instance, enabling memoization in Laravel 12+.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Fix regex typo in Env::addVariableToEnvContents that prevented quotin… Amirhf1 S No 2.1h - May 28, 2026

Summary

Bug Fix

Fix regex typo in Env::addVariableToEnvContents

Prevents incorrect quoting of values with special characters in .env files.

Health Assessment

Small
Low
Low
  • Quick fix with a clear explanation and example use cases.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
Fix @params typo in Fluent and MessageBag toPrettyJson() docblocks Amirhf1 XS No 1.7h - May 28, 2026

Summary

Bug Fix

Fix @params typo in Fluent and MessageBag

Corrects PHPDoc annotations to improve IDE support and static analysis, ensuring accurate type hints for JSON pretty printing methods.

Health Assessment

Small
Low
Low
  • Minimal changes, merged quickly, no review iterations.

AI Details

Tech Stack

Languages: Php
[13.x] Allow scheduler to opt out of pause and interrupt cache checks jackbayliss S No 147.8h - May 27, 2026

Summary

Feature

Enable scheduler to disable pause and interrupt checks

Adds ability for Laravel scheduler to skip cache checks, improving performance for frequent tasks and multi-server deployments.

Health Assessment

Small
Medium
High
  • Long cycle time suggests delayed review or lack of testing; small change but missing tests may increase risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Fix inverted ratio comparison operators in image dimension validation Button99 S No 12.7h - May 27, 2026

Summary

Bug Fix

Fix inverted ratio comparison operators in image validation

Corrects image validation logic to prevent false failures, ensuring accurate image uploads and improving user experience.

Health Assessment

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

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Hint unit in `UniqueFor` cosmastech XS No 12.5h - May 27, 2026

Summary

Docs

Add clarity to UniqueFor parameter

Improves documentation for queue attribute, aiding developers.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Preserve empty HTTP attach contents GrahamCampbell S No 10.0h - May 27, 2026

Summary

Bug Fix

Preserve empty HTTP attach contents

This PR fixes bugs in the HTTP client by ensuring empty multipart attachment contents are preserved, preventing malformed requests.

Health Assessment

Small
Low
Low
  • Merged within 10 hours with minimal changes, indicating a straightforward fix and efficient review process.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Report MultipleRecordsFoundException from sole() PeteBishwhip S No 8.6h - May 27, 2026

Summary

Bug Fix

Fix error handling for sole() method

Ensures that when multiple records are found during a sole() query, the error is logged and surfaced as a 500, improving debugging and reliability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under 9 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Normalize HTTP client header values GrahamCampbell L No 9.7h - May 27, 2026

Summary

Bug Fix

Normalize HTTP client header values

Ensures Laravel HTTP client header values are compatible with newer Guzzle versions, preventing deprecation warnings and improving request reliability.

Health Assessment

Large
Low
Low
  • PR completed quickly with minimal review, indicating a straightforward compatibility fix.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Allow Http Client to be used as PSR Client willrowe S No 7.7h - May 27, 2026

Summary

Feature

Allow Http Client to be used as PSR Client

Enables Laravel Http client to satisfy PSR-18 interface, allowing third‑party services to use it for API calls and enabling consistent request logging across the application.

Health Assessment

Small
Low
Low
  • Merged within 7.7 hours with minimal changes, indicating a smooth review process.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add attachFromStorage helpers to notification MailMessage LucasCavalheri M No 36.8h - May 27, 2026

Summary

Feature

Add storage attachment helpers to MailMessage

This PR introduces helper methods to attach files from storage directly in notification mail messages, aligning the API with mailables. It enhances developer ergonomics and consistency across notification and mailable attachments.

Health Assessment

Medium
Low
Low
  • Single commit, quick review, straightforward addition of helper methods with tests, minimal risk.

AI Details

Tech Stack

Languages: Php
[13.x] Add stan ignore for MySqlSchemaState jackbayliss XS No 2.2h - May 27, 2026

Summary

Bug Fix

Add stan ignore for MySqlSchemaState

Fixes flaky tests by adding a Stan ignore to MySqlSchemaState, ensuring stable test runs.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved test flakiness promptly.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Throw ManagedQueueNotFoundException when a managed queue is missing kieranbrown M AI 14.5h - May 26, 2026

Summary

Bug Fix

Throw ManagedQueueNotFoundException for missing queues

Provides clear error messages for missing managed queues, improving debugging and reliability.

Health Assessment

Small
Low
Low
  • AI-assisted PR with minimal changes, fast 14‑hour cycle, low risk and quick resolution.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Throw ManagedQueueNotFoundException when a managed queue is missing kieranbrown M AI 14.0h - May 26, 2026

Summary

Bug Fix

Throw ManagedQueueNotFoundException for missing queues

Adds clear error handling for missing managed queues, improving debugging and reliability.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal rework; AI assistance streamlined error handling.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[11.x] Throw ManagedQueueNotFoundException when a managed queue is missing kieranbrown M AI 14.0h - May 26, 2026

Summary

Bug Fix

Throw ManagedQueueNotFoundException for missing queues

Provides clear error messages for missing managed queues, improving debugging and reliability.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix with minimal code changes, resolving vague AWS error and improving developer experience.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Php
Frameworks: Laravel
[12.x] Fix queue:failed command to show real class name clementmas M No 6.1h - May 26, 2026

Summary

Bug Fix

Fix queue:failed command to show real class name

Corrects the queue failed command to display the actual listener or job class instead of wrapper classes, improving debugging clarity for developers.

Health Assessment

Medium
Low
Low
  • Merged within 6 hours with minimal changes and comprehensive tests, indicating a smooth review process and low risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] View\Factory::flushComponents() doesn't reset $slots / $slotStack martinsoenen S No 1.5h - May 26, 2026

Summary

Bug Fix

Fix View Factory slot reset bug

Ensures slot data is cleared between renders, preventing stale content leakage in persistent Octane workers.

Health Assessment

Small
Low
Low
  • Quick, low‑impact fix merged within 1.5 hours with no rework.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Add `Client\Request::uri()` stevebauman S No 2.8h - May 26, 2026

Summary

Feature

Add uri() method to HTTP client

Enables developers to inspect request URIs in tests, improving test clarity and reducing errors.

Health Assessment

Small
Low
Low
  • Merged within 3 hours with minimal changes, indicating a straightforward, low-risk enhancement.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Supports using URI-based connection for SQLite using `file:` prefix crynobone XS No 21.3h - May 25, 2026

Summary

Bug Fix

Add URI-based SQLite connection support

Enables SQLite connections using file: URI prefixes, improving compatibility with PHP 8.1 PDO changes.

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] Fix incorrect @return types in Number::spell(), ordinal(), and spellOrdinal() AmdadulShakib XS No 16.6h - May 25, 2026

Summary

Bug Fix

Fix @return types for Number class methods

Corrects type annotations in Number utility, improving code quality and preventing runtime errors.

Health Assessment

Small
Low
Low
  • Quick, single-file change with minimal risk; merged within 16 hours.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Guard base_path() call in SQLiteConnector for standalone usage YoussefMansour9 XS No 7.0h - May 25, 2026

Summary

Bug Fix

Guard base_path() call in SQLiteConnector

Prevents fatal errors when using IlluminateDatabase standalone by guarding base_path() call.

Health Assessment

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

AI Details

Confidence: 1.00

Tech Stack

Languages: Php
[13.x] Add attributes to Scheduler cosmastech M No 11.0h - May 24, 2026

Summary

Feature

Add attributes to Scheduler

Enables grouping of scheduled commands with metric tagging and success/failure callbacks, improving observability and control over command execution.

Health Assessment

Small
Low
Low
  • The PR was merged in under 11 hours with only four commits and minimal code churn, indicating a straightforward, low-risk feature addition.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Rector : Always convert `compact()` to variables lucasmichot XS No 30.9h - May 23, 2026

Summary

Refactor

Convert compact() to variables

Ensures consistent variable usage, improving code readability and maintainability.

Health Assessment

Small
Low
Low
  • Single small change merged quickly with minimal iterations.

AI Details

Tech Stack

Languages: Php
[13.x] battle harden when scheme is present in the config DGarbs51 L No 30.2h 3.9h May 23, 2026

Summary

Bug Fix

Improve Redis config scheme handling

Ensures Redis connections correctly handle scheme in config, preventing misconfiguration and connection errors.

Health Assessment

Large
Medium
Low
  • Quick turnaround with minimal rework; single review and few commits indicate a straightforward bug fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] Allow JsonSchema fluent boolean flags to be unset LucasCavalheri S No 29.4h - May 23, 2026

Summary

Bug Fix

Allow JsonSchema fluent boolean flags to be unset

Enables disabling of previously set JSON schema flags, improving conditional schema composition and reducing validation errors. This fixes API behavior for developers building dynamic schemas.

Health Assessment

Small
Low
Low
  • Single commit, quick merge indicates a straightforward bug fix with minimal risk.

AI Details

Tech Stack

Languages: Php
Frameworks: Laravel
[13.x] remove last `compact()` call browner12 XS No 32.2h - May 23, 2026

Summary

Test

Remove final compact call from framework

Simplifies authentication test code by eliminating an unnecessary compact() call, reducing potential bugs.

Health Assessment

Small
Low
Low
  • Quick, single-commit change with minimal scope and no review back-and-forth, indicating low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Php
[13.x] Add prohibited to KeyGenerateCommand jackbayliss XS No 20.0h - May 22, 2026

Summary

Feature

Add prohibited method to KeyGenerateCommand

Adds a method to restrict key generation in production environments, reducing accidental data exposure.

Health Assessment

Small
Low
Low
  • Quick change with minimal scope, merged within 20 hours, indicating low complexity and low risk.

AI Details

Tech Stack

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