-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Insights: laravel/framework
Overview
Could not load contribution data
Please try again later
31 Pull requests merged by 20 people
-
Add test for Unique validation rule with WhereIn constraints
#55351 merged
Apr 10, 2025 -
[13.x] Error exit code for clear command
#55355 merged
Apr 10, 2025 -
[12.x] Fix Closure serialization error in automatic relation loading
#55345 merged
Apr 10, 2025 -
[12.x] Enable HTTP client retries when middleware throws an exception
#55343 merged
Apr 9, 2025 -
[12.x] Add withRelationshipAutoloading method to model
#55344 merged
Apr 9, 2025 -
feat: Add a callback to be called on transaction failure
#55338 merged
Apr 9, 2025 -
[12.x] Rename test method of failedRequest()
#55332 merged
Apr 9, 2025 -
Enhance DetectsLostConnections to Support AWS Aurora Credential Rotation Scenario
#55331 merged
Apr 9, 2025 -
Return frozen time for easier testing
#55323 merged
Apr 9, 2025 -
[12.x] add generics to commonly used methods in Schema/Builder
#55330 merged
Apr 9, 2025 -
Add types to MessageBag
#55327 merged
Apr 9, 2025 -
Add types to ViewErrorBag
#55329 merged
Apr 9, 2025 -
[12.x] Introduce Rule::anyOf() for Validating Against Multiple Rule Sets
#55191 merged
Apr 8, 2025 -
[12.x] Modify PHPDoc for Collection::chunkWhile functions to support preserving keys
#55324 merged
Apr 8, 2025 -
[12.x] Added Automatic Relation Loading (Eager Loading) Feature
#53655 merged
Apr 8, 2025 -
[12.x] Fix support for adding custom observable events from traits
#55286 merged
Apr 7, 2025 -
[13.x] Fixes merge conflict
#55294 merged
Apr 7, 2025 -
Correct array key in InteractsWithInput
#55287 merged
Apr 7, 2025 -
[12.x] Fix
illuminate/database
usage as standalone package#55309 merged
Apr 7, 2025 -
[12.x] Adds
fromJson()
to Collection#55310 merged
Apr 7, 2025 -
[12.x] fix missing nullable for Query/Grammar::compileInsertGetId
#55311 merged
Apr 7, 2025 -
[12.x] add generics to array types for Schema Grammars
#55314 merged
Apr 7, 2025 -
[12.x] Test Improvements
#55307 merged
Apr 7, 2025 -
Bump vite from 5.4.12 to 5.4.17 in /src/Illuminate/Foundation/resources/exceptions/renderer
#55301 merged
Apr 7, 2025 -
[12.x] Test Improvements
#55306 merged
Apr 7, 2025 -
[11.x] Test Improvements
#55302 merged
Apr 7, 2025 -
[12.x] Temporarily prevents PHPUnit 12.1
#55297 merged
Apr 6, 2025 -
Add tests for InvokeSerializedClosureCommand
#55281 merged
Apr 5, 2025 -
cosmetic: include is_array() case in match construct of getArrayableItems
#55275 merged
Apr 4, 2025 -
[12.x] Add createMany mass-assignment variants to
HasOneOrMany
relation#55262 merged
Apr 4, 2025 -
[12.x] only check for soft deletes once when mass-pruning
#55274 merged
Apr 4, 2025
9 Pull requests opened by 9 people
-
[12.x] Fix pivot model events not working when using the `withPivotValue`
#55280 opened
Apr 5, 2025 -
[12.x] Allow `fillAndInsert()` usage with HasMany relationships by automatically setting the foreign key
#55288 opened
Apr 6, 2025 -
[12.x] Introduce memoized cache driver
#55304 opened
Apr 6, 2025 -
[12.x] Fix translation FileLoader overrides with a missing key
#55342 opened
Apr 9, 2025 -
[13.x] Add #[\Override] to the BatchFake class methods
#55358 opened
Apr 10, 2025 -
[12.x] Adds conditionals to Model
#55359 opened
Apr 10, 2025 -
Add @throws in doc-blocks
#55361 opened
Apr 10, 2025 -
[12.x] allow for custom builders in QueriesRelationships closures
#55362 opened
Apr 10, 2025 -
[12.x] Update `propagateRelationAutoloadCallbackToRelation` method doc-block
#55363 opened
Apr 10, 2025
12 Issues closed by 5 people
-
Serialization of 'Closure', in model with automaticallyEagerLoadRelationships
#55360 closed
Apr 10, 2025 -
Serialization of 'Closure' is not allowed - Model ::automaticallyEagerLoadRelationships
#55354 closed
Apr 10, 2025 -
Vite Treats CSS Files as JavaScript When GET Parameters Are Present
#55347 closed
Apr 9, 2025 -
Class Illuminate\Database\Eloquent\Model use a missing dependency
#55272 closed
Apr 7, 2025 -
Bug Report: updateOrCreate() applies global scopes when finding, but ignores them when updating
#55253 closed
Apr 7, 2025 -
Accessor formatting causes 'A non-numeric value encountered' error on numeric operations
#55265 closed
Apr 7, 2025 -
Passing empty string for `route()`'s `$parameters` no longer works
#55269 closed
Apr 7, 2025 -
Renaming column for legacy MySQL and MariaDB fails
#55292 closed
Apr 7, 2025 -
Unexpected SQL Query Value Quoting After Upgrading to Laravel 12.x
#55264 closed
Apr 6, 2025 -
ServeCommand does not passthrough LD_LIBRARY_PATH to PHP process
#55266 closed
Apr 6, 2025 -
config() helper doesn't return default
#55261 closed
Apr 5, 2025
7 Issues opened by 7 people
-
Cached config causes tests to overwrite live data
#55365 opened
Apr 11, 2025 -
Filesystem: Temporary URLs with two local driver
#55356 opened
Apr 10, 2025 -
`ScheduledTaskFailed` event is not dispatched when scheduled task is failing
#55352 opened
Apr 10, 2025 -
`php artisan vendor:publish --provider=` is broken
#55339 opened
Apr 9, 2025 -
`Request::query()` and `Request::post()` do not support dot notation like `Request::input()`
#55337 opened
Apr 9, 2025 -
Broken CacheFlushing event on TaggedCache
#55322 opened
Apr 8, 2025 -
SqsConnector ignores custom prefix
#55313 opened
Apr 7, 2025
11 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.
-
Eager Loading a relation that calls another relation returns incorrect results
#51825 commented on
Apr 4, 2025 • 0 new comments -
Registering observers with the ObservedBy attribute is not tracked by event:list command
#53616 commented on
Apr 5, 2025 • 0 new comments -
Issues with php artisan migrate:fresh affecting multiple database connections
#55194 commented on
Apr 6, 2025 • 0 new comments -
使用HTTP 客户端内存不释放
#55195 commented on
Apr 7, 2025 • 0 new comments -
can() method does not work for route groups
#55114 commented on
Apr 10, 2025 • 0 new comments -
Horizon: Error while reading line from the server. (Redis/KVRocks)
#55144 commented on
Apr 10, 2025 • 0 new comments -
[11.x] Fix type mismatch in Polymorphic Relationships When Using PostgreSQL
#54414 commented on
Apr 7, 2025 • 0 new comments -
✨ Feat: Add `firstOrInsert` method to Query Builder with tests
#54598 commented on
Apr 10, 2025 • 0 new comments -
Easily implement broadcasting in a React/Vue Typescript app (Starter Kits)
#55170 commented on
Apr 4, 2025 • 0 new comments -
[12.x] Fix pivot model observers not working properly when using withPivotValue
#55247 commented on
Apr 7, 2025 • 0 new comments -
[12.x] Fix factory recycle for many to many relationships
#55271 commented on
Apr 8, 2025 • 0 new comments