-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Insights: laravel/framework
Overview
Could not load contribution data
Please try again later
36 Pull requests merged by 27 people
-
Added "after" support for morphs and nullableMorphs Blueprint
#56613 merged
Aug 11, 2025 -
[12.x] Handle null as a falsy condition
#56612 merged
Aug 11, 2025 -
[11.x]
CacheSchedulingMutex
should use lock connection#56614 merged
Aug 11, 2025 -
[11.x] Consistent use of
mb_split()
to split strings into words#56617 merged
Aug 11, 2025 -
[12.x] Add Vitess-specific safe to retry errors
#56615 merged
Aug 11, 2025 -
[12.x]
Bind
attribute accepts UnitEnum#56616 merged
Aug 11, 2025 -
[12.x] Prefer Symfony PHP polyfills over
function_exists
calls#56621 merged
Aug 11, 2025 -
[12.x] Use PHP 8.4 array helpers
#56619 merged
Aug 11, 2025 -
[12.x] Use new error and exception handler getters
#56623 merged
Aug 11, 2025 -
Fix test failures in PHPUnit 12.3.2
#56610 merged
Aug 11, 2025 -
[12.x] Add support for inline attachments in Resend transport
#56598 merged
Aug 11, 2025 -
Add 'page' field to paginator links
#56603 merged
Aug 11, 2025 -
Fix return type docblock for resetAttempts method in RateLimiter
#56596 merged
Aug 11, 2025 -
[12.x] Fix collection typo
#56597 merged
Aug 11, 2025 -
[12.x] Improve collection return types
#56599 merged
Aug 10, 2025 -
[12.x] Add support for drop patterns to the
make:migration
command'sTableGuesser
.#56608 merged
Aug 10, 2025 -
[12.x] Alias Benchmark class
#56594 merged
Aug 8, 2025 -
[12.x] Redis cluster broadcaster
#56581 merged
Aug 8, 2025 -
[12.x] Prevent unintended sleep on early failure of assertSequence
#56583 merged
Aug 8, 2025 -
Revert "[12.x] Improve PHPDoc blocks for array of arguments in Gate"
#56593 merged
Aug 8, 2025 -
[12.x] Normalize file path separators in
make:migration
command on Windows#56591 merged
Aug 8, 2025 -
[12.x] Fixed version increment
#56588 merged
Aug 8, 2025 -
[12.x] Improved assertion message
#56579 merged
Aug 7, 2025 -
Fix return type in Support/Benchmark
#56575 merged
Aug 7, 2025 -
[12.x] Fixed an issue when calling
hasNested
with a first relationship of typemorphTo
.#56512 merged
Aug 6, 2025 -
[12.x] Make
Pipeline
macroable#56567 merged
Aug 6, 2025 -
[12.x] Adding support for specific events to Event::defer()
#56566 merged
Aug 6, 2025 -
[12.x] Pipeline::withinTransaction() accepts connection
#56550 merged
Aug 6, 2025 -
[12.x] Deferred Events
#56556 merged
Aug 6, 2025 -
Add inspirational quotes from prominent African leaders to Inspiring.php
#56551 merged
Aug 6, 2025 -
[12.x] Add DatabaseStore::setConnection(), fix docblock for setLockConnection()
#56554 merged
Aug 6, 2025 -
[12.x] Add missing "nil" option to union type for
Str::isUuid()
$version
parameter#56557 merged
Aug 6, 2025 -
[12.x] Updated the PHPDoc to accurately reflect the behavior
#56562 merged
Aug 6, 2025 -
[12.x] Handle Enum::cases() for enum column type
#56565 merged
Aug 6, 2025 -
[12.x] Add ability to deduplicate multiple characters with a single Str::deduplicate call
#56548 merged
Aug 5, 2025 -
[12.x] - Improved assertion message for
dispatchedTimes
methods#56544 merged
Aug 5, 2025
4 Pull requests opened by 4 people
-
Add SkipOnException queue middleware
#56578 opened
Aug 7, 2025 -
[12.x] Add default scheduler output
#56611 opened
Aug 11, 2025 -
[12.x] Fix usage of `Scoped` and `Singleton` on interfaces
#56620 opened
Aug 11, 2025 -
[12.x] Online (concurrently) index creation for PostgreSQL and SqlServer
#56625 opened
Aug 11, 2025
10 Issues closed by 6 people
-
updateExistingPivot or save on a pivot model updates all entries with the same related and foreign id's
#56399 closed
Aug 11, 2025 -
Blade directive `@json` outputs invalid PHP code
#56584 closed
Aug 8, 2025 -
404 on laravel docs
#56592 closed
Aug 8, 2025 -
Docs down?
#56589 closed
Aug 8, 2025 -
Error when trying to use `#[Bind]` attributes
#56585 closed
Aug 8, 2025 -
Unable to use hasNested with morphTo relationship
#56490 closed
Aug 6, 2025 -
Queued notification not delivering
#56553 closed
Aug 6, 2025 -
Str class changes result in mb_split(): Pattern is not valid under UTF-16LE encoding
#56473 closed
Aug 6, 2025 -
NPM install failes
#56508 closed
Aug 6, 2025 -
AuthManager mutates configured default guard instead of setting active guard
#56541 closed
Aug 5, 2025
5 Issues opened by 5 people
-
PHPDoc for Str::is() is incomplete
#56622 opened
Aug 11, 2025 -
Validator does not validate empty strings but returns them as validated
#56618 opened
Aug 11, 2025 -
URL::defaults() + route group prefix causes positional parameter misalignment in route() calls
#56604 opened
Aug 10, 2025 -
Artisan Console Components should use STDERR for auxiliary output
#56602 opened
Aug 10, 2025 -
Notification Database Channel
#56559 opened
Aug 6, 2025
9 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[12.x] Feat: add validation rule builders for all rules
#56405 commented on
Aug 11, 2025 • 30 new comments -
[12.x] Batch Job Failure Callbacks Support
#55916 commented on
Aug 8, 2025 • 5 new comments -
Issue with task scheduler grouping
#56497 commented on
Aug 6, 2025 • 0 new comments -
Queue worker exits prematurely with --max-time due to incorrect $startTime in pauseWorker path
#56505 commented on
Aug 6, 2025 • 0 new comments -
A job does not release its memory after being ran
#56395 commented on
Aug 10, 2025 • 0 new comments -
[13.x] Savepoint Support for Database Transactions
#55996 commented on
Aug 8, 2025 • 0 new comments -
Adds support for Attribute-based Routing (MVP)
#56424 commented on
Aug 10, 2025 • 0 new comments -
[12.x] Add `withHeartbeat` method to `LazyCollection`
#56477 commented on
Aug 8, 2025 • 0 new comments -
Performance Improvement: Database Query Log Memory Optimization
#56506 commented on
Aug 6, 2025 • 0 new comments