Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| [13.x] Normalize HTTP client request header lookups | Button99 | S | No | 4.6h | - | Jul 11, 2026 |
SummaryBug FixNormalize HTTP client header lookups Fixes case-sensitive header lookups, ensuring consistent header access across requests. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [14.x] Prevent duplicate kernel instances when resolving concrete kernel classes from providers | jackbayliss | S | No | 5.5h | - | Jul 09, 2026 |
SummaryBug FixPrevent duplicate kernel instances in providers This change prevents duplicate kernel instances that caused middleware to silently fail, ensuring consistent request handling. It improves application stability and developer confidence. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add incrementEachQuietly and decrementEachQuietly to Eloquent models | shanerbaner82 | M | No | 0.8h | - | Jul 09, 2026 |
SummaryFeatureAdd quiet increment/decrement methods to Eloquent Adds quiet variants of bulk increment/decrement, improving consistency and reducing event noise for batch updates. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add WithoutMiddleware controller middleware attribute | JurianArie | M | No | 3.7h | - | Jul 09, 2026 |
SummaryFeatureAdd WithoutMiddleware controller middleware attribute Provides an attribute to exclude middleware from controller methods or classes, simplifying middleware configuration for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix guessResourceName() namespace collision when class name is a substring of a parent namespace segment | Rubrasum | XS | No | 10.1h | - | Jul 09, 2026 |
SummaryBug FixFix namespace collision in guessResourceName Ensures accurate resource naming for models, preventing incorrect API responses and improving developer experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Sync more getter return types with their property generics | dfinchenko | XS | No | 22.3h | - | Jul 09, 2026 |
SummaryRefactorSync getter return types with property generics Improves code consistency by updating getter return types to match property generics, enhancing maintainability without changing behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Make MailFake::assertQueuedTimes() public | Tresor-Kasenda | S | No | 3.2h | - | Jul 09, 2026 |
SummaryRefactorMake MailFake::assertQueuedTimes() public This change exposes the queued mail assertion method, enabling tests to call Mail::assertQueuedTimes() directly and aligning its visibility with the sent‑mail counterpart. It improves test clarity and consistency. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add test for the scheduler's quarterlyOn method | dfinchenko | XS | No | 2.7h | - | Jul 09, 2026 |
SummaryTestAdd test for scheduler's quarterlyOn method Adds missing unit test for the scheduler's quarterlyOn method, ensuring correct cron expression generation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Add separator params to Storage facade docblocks | Muhtasim-Munif-Fahim | XS | No | 0.6h | - | Jul 08, 2026 |
SummaryBug FixAdd separator params to Storage facade docblocks Improves developer experience by adding missing separator parameters to Storage facade docblocks, ensuring accurate documentation for file operations. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix operator precedence in SqsQueue size fallbacks | daffa-aditya-p | M | No | 1.1h | - | Jul 08, 2026 |
SummaryBug FixFix SQS queue size operator precedence Corrects null coalescing precedence in SQS queue size methods, preventing undefined array key warnings and ensuring accurate queue size reporting. Adds tests to cover missing attribute scenarios. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `assertEmpty` to the Storage facade | jackbayliss | S | No | 97.8h | - | Jul 07, 2026 |
SummaryFeatureAdd assertEmpty to Storage facade Adds a fully recursive assertEmpty method to Storage facade, simplifying disk emptiness checks in tests. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add memory usage to WorkerStopping | jackbayliss | S | No | 243.5h | - | Jul 07, 2026 |
SummaryFeatureAdd memory usage to WorkerStopping event Provides visibility into worker memory usage at shutdown, enabling better memory limit tuning and observability for production workloads. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] `beforePushing` and `afterPushing` methods on `QueueFake` class | gdebrauwer | M | No | 6.6h | - | Jul 07, 2026 |
SummaryFeatureAdd beforePushing and afterPushing to QueueFake Introduces convenient hooks for test code to manipulate job timing, reducing boilerplate and improving test maintainability for developers. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add missing $separator parameter to Storage facade append/prepend docblocks | ferhatolmez | XS | No | 0.3h | - | Jul 07, 2026 |
SummaryDocsAdd missing $separator parameter to Storage facade append/prepend docblocks Updated prepend and append methods to include a separator parameter, improving developer documentation for the Storage facade. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add tests for the date rule's past/future/nowOrPast/nowOrFuture methods | aligulzar729 | S | No | 7.9h | - | Jul 07, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Merge branch '12.x' into 13.x | crynobone | S | No | 0.1h | - | Jul 07, 2026 |
SummaryBug FixBackport ComponentAttributeBag style merge fix to 13.x Fixes CSS style merging in component attributes, ensuring valid CSS for end users. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `Http::query()` method to the HTTP client | shanerbaner82 | M | AI | 71.4h | - | Jul 06, 2026 |
SummaryFeatureAdd Http::query() method to HTTP client Adds a query() method to Laravel's HTTP client, enabling safe, cacheable HTTP QUERY requests with body-carried query data, aligning with RFC 10008 and ecosystem support. Health Assessment
Medium
Low
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `query` and `queryJson` HTTP testing helpers | shanerbaner82 | M | AI | 71.6h | - | Jul 06, 2026 |
SummaryChoreAdd query and queryJson HTTP testing helpers Enables developers to test routes that use the HTTP QUERY method, improving test coverage and developer experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Add query route method support | Afcyy | M | No | 81.9h | 1.2h | Jul 06, 2026 |
SummaryFeatureAdd query route method support This PR adds first‑class routing support for the HTTP QUERY method, enabling developers to define QUERY routes directly and ensuring CSRF protection treats them as safe requests. Health Assessment
Medium
Medium
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Send bulk SQS jobs via SendMessageBatch | kieranbrown | XL | No | 106.5h | - | Jul 06, 2026 |
SummaryFeatureSend bulk SQS jobs via SendMessageBatch This PR optimizes SQS queue bulk dispatch by using the SendMessageBatch API, reducing API calls by ~10×, lowering cost, and improving throughput while preserving existing behavior. Health Assessment
X-Large
Medium
High
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Adjust Queue comment after Dependabot | jackbayliss | XS | No | 4.9h | - | Jul 06, 2026 |
SummaryRefactorAdjust Queue comment after Dependabot Ensures the Queue class comment remains accurate after Dependabot updates, improving developer clarity and reducing maintenance overhead. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Allow mail config options without name | jackbayliss | S | No | 29.4h | 27.0h | Jul 06, 2026 |
SummaryBug FixAllow mail config options without name Enables mail configuration without specifying a name, preventing exceptions and simplifying setup for developers. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Remove deprecated `StaticCallOnNonStaticToInstanceCallRector` fixer rule | lucasmichot | L | No | 23.5h | - | Jul 06, 2026 |
SummaryRefactorRemove deprecated Rector rule from Laravel The PR removes a deprecated Rector rule, ensuring the codebase stays up-to-date with the latest Rector standards. It also replaces legacy loops with native PHP 8.4 functions, improving readability and maintainability. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `phpdoc_trim_consecutive_blank_line_separation rule` to pint | lucasmichot | S | No | 23.6h | - | Jul 06, 2026 |
SummaryFeatureAdd PHPDoc blank line trimming rule to pint Adds a rule to pint that removes consecutive blank lines inside PHPDoc blocks, improving code consistency across the framework. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add tests for relative date where clauses | aligulzar729 | M | No | 3.5h | - | Jul 06, 2026 |
SummaryTestAdd tests for relative date where clauses Adds test coverage for remaining relative date query builder methods, ensuring correct behavior for date-based queries. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Update comment in `Cloud/Queue.php` | jackbayliss | XS | No | 6.3h | - | Jul 06, 2026 |
SummaryRefactorUpdate comment in Cloud Queue Updated comment for clarity in queue handling. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 in the github-actions group | dependabot | XS | No | 6.4h | - | Jul 06, 2026 |
SummaryChoreBump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 in the github-actions group Updates the GitHub Actions workflow to use the latest version of the git-auto-commit-action, ensuring improved functionality and security. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml, Php
Frameworks:
Github-Actions, Laravel
|
||||||
| [12.x] Terminate default style value with a semicolon in ComponentAttributeBag::merge() | Amirhf1 | S | No | 4.6h | - | Jul 04, 2026 |
SummaryBug FixAdd semicolon to default style merging Ensures merged CSS styles are valid by terminating default styles with a semicolon, preventing invalid concatenated CSS. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [11.x] Pop managed queue jobs from the cloud-agent instead of SQS | kieranbrown | XL | AI | 0.4h | - | Jul 03, 2026 |
SummaryFeaturePop managed queue jobs from cloud-agent Enables queue workers to pull jobs directly from the cloud-agent, reducing SQS traffic and improving reliability. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Pop managed queue jobs from the cloud-agent instead of SQS | kieranbrown | XL | AI | 0.4h | - | Jul 03, 2026 |
SummaryFeaturePop queue jobs from cloud-agent instead of SQS Enables efficient queue processing by delegating job retrieval to the cloud-agent, reducing SQS load and improving worker reliability. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Pop managed queue jobs from the cloud-agent instead of SQS | kieranbrown | XL | AI | 4.3h | - | Jul 03, 2026 |
SummaryFeaturePop managed queue jobs via cloud-agent Enables Laravel workers to fetch jobs from an in‑container cloud‑agent instead of SQS, centralizing queue handling, reducing latency, and improving reliability for managed queues. Health Assessment
X-Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Ensure `deletedAtColumn` is passed to `assertSoftDeleted` & `assertNotSoftDeleted` | jackbayliss | S | No | 1.7h | - | Jul 03, 2026 |
SummaryFeatureAdd custom deleted column support to soft delete assertions Enables tests to assert soft deletes on tables with custom deleted columns, improving test accuracy for multi-table scenarios. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `counted` method to `Str` and `Stringable` | JosephSilber | S | No | 12.8h | 16.6h | Jul 03, 2026 |
SummaryFeatureAdd counted method to Str and Stringable Adds a counted method to Laravel's Str and Stringable classes to simplify pluralization with counts. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `reduceInto` method to collection | JosephSilber | M | No | 8.1h | - | Jul 03, 2026 |
SummaryFeatureAdd reduceInto method to collection Adds a new reduceInto method to Laravel collections, simplifying accumulation patterns by mutating the accumulator directly. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Support inspecting reserved jobs on the queue fake | jackbayliss | M | No | 8.8h | - | Jul 02, 2026 |
SummaryFeatureSupport inspecting reserved jobs on the queue fake Adds methods to Laravel's QueueFake to allow inspecting and reserving jobs in tests, simplifying test logic and reducing mocking. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Supports scalar Predis retry config to allows `config:cache` | crynobone | L | No | 8.4h | - | Jul 02, 2026 |
SummaryFeatureAdd scalar Predis retry config support Enables simplified retry configuration for Predis, improving cache stability and reducing configuration complexity for Laravel applications. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Respect the encoding in Str::mask() when building the end of the string | iammcoding | XS | No | 0.2h | - | Jul 02, 2026 |
SummaryBug FixFix encoding handling in Str::mask() Ensures multibyte strings are correctly masked across encodings, preventing data corruption for international users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Update docblocks of Blueprint foreignUuid and foreignUlid to match foreignId | LiddleDev | XS | No | 5.2h | - | Jul 02, 2026 |
SummaryBug FixUpdate Blueprint foreignUuid/foreignUlid docblocks Clarifies that foreignUuid and foreignUlid do not create foreign key constraints, aligning documentation with actual behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Add `Release` queue middleware | mgcodeur | L | No | 32.7h | - | Jul 02, 2026 |
SummaryFeatureAdd Release queue middleware Adds a Release queue middleware that defers job execution based on a condition, enabling more flexible queue handling. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Support inspecting delayed jobs on the queue fake | jackbayliss | M | No | 10.0h | - | Jul 02, 2026 |
SummaryFeatureSupport inspecting delayed jobs on queue fake Enables developers to test delayed queue jobs without complex mocking, improving test reliability and developer productivity. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] fix: respect channel name for on-demand log stacks | maltf0 | S | No | 2.1h | - | Jul 01, 2026 |
SummaryBug FixFix channel name handling for on-demand log stacks Ensures explicit channel names are respected in log stacks, improving log routing accuracy and debugging. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [14.x] Test Improvements | crynobone | XS | No | 3.2h | - | Jul 01, 2026 |
SummaryBug FixTest Improvements Fixes test failures caused by merging the 13.x branch, ensuring the test suite remains stable and reliable for future development. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Handle api / json routes with Down (Maintenance) command | davidrushton | M | No | 101.4h | - | Jun 30, 2026 |
SummaryFeatureAdd ignore option to maintenance mode for APIs Enables API and mobile clients to receive JSON responses during maintenance, improving reliability and user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add `input()` method to console commands | stevebauman | L | No | 90.2h | - | Jun 30, 2026 |
SummaryFeatureAdd input() method to console commands Adds a fluent input helper to console commands, enabling typed data accessors for arguments and options, improving developer ergonomics. Health Assessment
Large
High
Medium
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Allow assertDatabaseEmpty to handle iterable | jackbayliss | S | No | 40.6h | - | Jun 30, 2026 |
SummaryFeatureAdd iterable support to assertDatabaseEmpty Enables test writers to pass multiple model classes or table names to assertDatabaseEmpty, reducing repetitive calls and improving test readability. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix flexible() lock and defer label collisions in TaggedCache | Amirhf1 | M | No | 3.4h | - | Jun 30, 2026 |
SummaryBug FixFix TaggedCache lock and defer label collisions Prevents stale cache entries and lock contention across tag groups, ensuring accurate cache refreshes and better performance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix Number::fileSize crashing on INF/NAN inputs | Amirhf1 | XS | No | 4.3h | - | Jun 30, 2026 |
SummaryBug FixFix Number::fileSize crash on non-finite inputs Prevents application errors when handling file size calculations with infinite or NaN values, ensuring stability for users and developers. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Bump Concurrently to v10 | u01jmg3 | XS | No | 21.1h | - | Jun 29, 2026 |
SummaryChoreBump Concurrently to v10 Updates the concurrently package to version 10, ensuring compatibility with the latest Node tooling and improving build stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Bump the github-actions group with 2 updates | dependabot | XS | No | 1.7h | - | Jun 29, 2026 |
SummaryCI/CDBump the github-actions group with 2 updates Updates GitHub Actions dependencies to the latest versions, ensuring CI workflows run with up‑to‑date, secure actions and reducing maintenance overhead. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| [13.x] schedule:work catch signals | rforced | L | No | 22.5h | 1.3h | Jun 28, 2026 |
SummaryBug FixAdd graceful shutdown to schedule:work Enables graceful termination of Laravel scheduler in containerized environments, preventing mid-task termination and ensuring clean shutdown. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||