Pull Request Explorer
| 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 |
SummaryBug FixCache 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Register the lazy refresh hook on all connections | tontonsb | M | No | 3.2h | - | Jun 03, 2026 |
SummaryBug FixRegister 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] `schedule:pause` command should error when its disabled | jackbayliss | S | No | 2.4h | - | Jun 02, 2026 |
SummaryBug Fixschedule: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
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix ValidationImageFileRuleTest | jackbayliss | XS | No | 2.0h | - | Jun 02, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] fix: Queue and Connection attributes in Mailable::queue() and later() | irabbi360 | M | No | 49.2h | - | Jun 01, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Remove unused variables from tests | oliverquynh | XS | No | 12.6h | - | Jun 01, 2026 |
SummaryRefactorRemove unused variables from tests Cleaned up test code by removing unused variables, improving maintainability and reducing noise. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix @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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Added MariaDB vector index capability | michielvaneerd | S | No | 13.5h | - | May 31, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureAdd 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
AI DetailsTech 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 |
SummaryBug FixAdd 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
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 |
SummaryBug FixFix 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
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| [13.x] Introduce Bus::bulk() | jackbayliss | M | No | 54.9h | - | May 30, 2026 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| fix: `whereDate` and `whereTime` crash when $column is an `Expression` | ahawlitschek | S | No | 15.8h | - | May 29, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix FIFO queue name normalization in Cloud managed queues | kieranbrown | S | AI | 13.9h | - | May 29, 2026 |
SummaryBug FixFix 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 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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix unique constraint error handling for SQL Server Ensures unique key violations raise proper exception, improving error handling. Health Assessment
Small
Low
Low
AI DetailsTech 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 |
SummaryBug FixFix Response compatibility against Symfony 8.1 This avoids Symfony Response deprecation when setting headers in constructor, maintaining API compatibility. Health Assessment
Small
Low
Low
AI DetailsTech 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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Indicate an event was skipped | cosmastech | M | No | 4.1h | - | May 29, 2026 |
SummaryFeatureIndicate 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
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 |
SummaryFeatureEnhance 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Fix regex typo in Env::addVariableToEnvContents that prevented quotin… | Amirhf1 | S | No | 2.1h | - | May 28, 2026 |
SummaryBug FixFix regex typo in Env::addVariableToEnvContents Prevents incorrect quoting of values with special characters in .env files. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Fix @params typo in Fluent and MessageBag toPrettyJson() docblocks | Amirhf1 | XS | No | 1.7h | - | May 28, 2026 |
SummaryBug FixFix @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
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Allow scheduler to opt out of pause and interrupt cache checks | jackbayliss | S | No | 147.8h | - | May 27, 2026 |
SummaryFeatureEnable 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Hint unit in `UniqueFor` | cosmastech | XS | No | 12.5h | - | May 27, 2026 |
SummaryDocsAdd clarity to UniqueFor parameter Improves documentation for queue attribute, aiding developers. Health Assessment
Small
Low
Low
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 |
SummaryBug FixPreserve 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Normalize HTTP client header values | GrahamCampbell | L | No | 9.7h | - | May 27, 2026 |
SummaryBug FixNormalize 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Allow Http Client to be used as PSR Client | willrowe | S | No | 7.7h | - | May 27, 2026 |
SummaryFeatureAllow 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
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 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Add stan ignore for MySqlSchemaState | jackbayliss | XS | No | 2.2h | - | May 27, 2026 |
SummaryBug FixAdd stan ignore for MySqlSchemaState Fixes flaky tests by adding a Stan ignore to MySqlSchemaState, ensuring stable test runs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Throw ManagedQueueNotFoundException when a managed queue is missing | kieranbrown | M | AI | 14.5h | - | May 26, 2026 |
SummaryBug FixThrow ManagedQueueNotFoundException for missing queues Provides clear error messages for missing managed queues, improving debugging and reliability. Health Assessment
Small
Low
Low
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 |
SummaryBug FixThrow ManagedQueueNotFoundException for missing queues Adds clear error handling for missing managed queues, improving debugging and reliability. Health Assessment
Small
Low
Low
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 |
SummaryBug FixThrow ManagedQueueNotFoundException for missing queues Provides clear error messages for missing managed queues, improving debugging and reliability. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `Client\Request::uri()` | stevebauman | S | No | 2.8h | - | May 26, 2026 |
SummaryFeatureAdd uri() method to HTTP client Enables developers to inspect request URIs in tests, improving test clarity and reducing errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Render JSON exceptions for API routes by default | LucasCavalheri | XS | No | 104.6h | - | May 25, 2026 |
SummaryFeatureRender JSON exceptions for API routes API routes now return JSON error responses by default, eliminating the need for clients to set Accept headers. This improves developer experience and consistency across API tools. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.15
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 |
SummaryBug FixAdd 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
AI DetailsTech 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 |
SummaryBug FixFix @return types for Number class methods Corrects type annotations in Number utility, improving code quality and preventing runtime errors. Health Assessment
Small
Low
Low
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 |
SummaryBug FixGuard base_path() call in SQLiteConnector Prevents fatal errors when using IlluminateDatabase standalone by guarding base_path() call. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Php
|
||||||
| [13.x] Add attributes to Scheduler | cosmastech | M | No | 11.0h | - | May 24, 2026 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Rector : Always convert `compact()` to variables | lucasmichot | XS | No | 30.9h | - | May 23, 2026 |
SummaryRefactorConvert compact() to variables Ensures consistent variable usage, improving code readability and maintainability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] battle harden when scheme is present in the config | DGarbs51 | L | No | 30.2h | 3.9h | May 23, 2026 |
SummaryBug FixImprove Redis config scheme handling Ensures Redis connections correctly handle scheme in config, preventing misconfiguration and connection errors. Health Assessment
Large
Medium
Low
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 |
SummaryBug FixAllow 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
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] remove last `compact()` call | browner12 | XS | No | 32.2h | - | May 23, 2026 |
SummaryTestRemove final compact call from framework Simplifies authentication test code by eliminating an unnecessary compact() call, reducing potential bugs. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| [13.x] Add prohibited to KeyGenerateCommand | jackbayliss | XS | No | 20.0h | - | May 22, 2026 |
SummaryFeatureAdd prohibited method to KeyGenerateCommand Adds a method to restrict key generation in production environments, reducing accidental data exposure. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||