- [12.x] removed usage of useless
ReflectionProperty::setAccessible()
by @NickSdot in #56379 - [12.x] Add missing PHPDoc type in
JoinClause
by @FeBe95 in #56378 - [12.x] Make the getTable method public in database failed job providers by @kevinb1989 in #56384
- [12.x] Fix
migrate:fresh
command on SQLite with WAL journal_mode by @crynobone in #56368 - [12.x] Easily run pipelines inside of a transactions with
Pipeline::withinTransaction()
by @cosmastech in #56377 - [12.x] fix: Models having inconsistent guarding behaviour by @JimTools in #56381
- Fix incorrect docblock for custom builder resolvers by @LukeTowers in #56392
- [12.x] Fix typehints for
partition()
by @cosmastech in #56388 - [12.x] Introduce
#[Bind]
attribute by @cosmastech in #56383 - [12.x] Use MissingValue as default to distinguish between omitted and explicit null by @Edvarde in #56394
- Improve job serialization error message with job class name by @alizadeh7091 in #56398
- [12.x] Iterable models assertion by @DarkGhostHunter in #56403
- [12.x] Fix resolving
StreamResponse
callback on Laravel Octane by @crynobone in #56413 - [12.x] Reverts 56310 by @AhmedAlaa4611 in #56408
- [12.x] Clean up redundant type hints in docblocks by @amirhshokri in #56411
- [12.x] Align PHPDoc parameter name with method signature by @AhmedAlaa4611 in #56422
- [12.x] Refine type hinting for condition rules by @michaelnabil230 in #56420
- [12.x] Improve PHPDoc blocks for array of arguments in Gate by @shaedrich in #56426
- Trim whitespace when validating required arguments in console commands by @eslam-dev in #56427
- [12.x] Revert "Trim whitespace when validating required arguments in console commands" by @GrahamCampbell in #56431
- [12.x] Clean up redundant PHPDoc by @AhmedAlaa4611 in #56430
- Revert "[12.x] Clean up redundant PHPDoc" by @taylorotwell in #56432
- [12.x] Clear repository when extending Env by @riasvdv in #56438
- [12.x] Partially reverts 56398 by @AhmedAlaa4611 in #56436
- [12.x] Align PHPDoc parameter with method signature by @AhmedAlaa4611 in #56435
- Add missing parameters to isUrl and isUuid by @brufdev in #56453
- [12.x] Use
getContainer()
to avoid fatal error inPipeline
with transactions by @xurshudyan in #56447 - Improve PHPDoc block parameter typing in Exceptions::dontReportWhen() by @shaedrich in #56439
- [12.x] Enhancement: the beforeCommit method will now work even if using the ShouldQueueAfterCommit contract by @ahmad-cit22 in #56445
- [12.x] Fix typehint for
VerifyEmail::toMailUsing()
by @xurshudyan in #56454 - Add softDeleteResources method in Router by @jrd-lewis in #56440
- [12.x] Add types to the
\Illuminate\Database\Connection
class by @shaedrich in #56459 - Update
queue:work
to handleSIGINT
signal by @ziadoz in #56458 - [12.x] Add
withScopedSingletons
toApplicationBuilder
by @ALameLlama in #56460 - Add NTLM authentication support to Http Client by @cesargb in #56475
- [12.x]: Add 'doesntContain' validation rule by @KIKOmanasijev in #56467
- [12.x] Add
InteractsWithData
trait toComponentAttributeBag
by @KennedyTedesco in #56452 - Add doesntContainStrict() for Collection & LazyCollection by @Rahul-Mac in #56522
- Add actingAsGuest method for clearing actingAs calls by @fritz-c in #56517
- [12.x] Add
Boot
andInitialize
Model attributes by @inxilpro in #56518 - [12.x] Redirect intent in maintenance mode by @gpibarra in #56514
- [12.x] Allow creating additional components when model already exists by @mechelon in #56513
- [12.x] Allow strict integer validation by @zll600 in #56503
- [12.x] Add
to_action
helper method by @laserhybiz in #56496 - Prevent contextual bindings from following stale aliases by @BernieSumption in #56495
- [12.x] Add
except
method to Eloquent Builder by @achyutkneupane in #56442 - Fix incorrect quote escaping in env writer. Closes #56480 by @artengin in #56498
- [12.x] LostConnectionDetector and ConcurrencyErrorDetector by @vadimonus in #56493
- [12.x] CacheSchedulingMutex should use lock connection by @juliusvdijk in #56472
- [12.x] Fix assertion in
testSendToOthersOnly
method by @xurshudyan in #56538 - Fix parameters order in PHPUnit assertion by @nicolus in #56537
- [Docblock] Add return type to defer() helper by @tushar-nain in #56534
- [12.x] Fixes wrong docblock in email rule by @bram-pkg in #56531
- [12.x] Add Arr::some() and Arr::every() by @shaedrich in #56526
- [12.x] - add
dispatchedOnce
methods by @lioneaglesolutions in #56494 - [12.x] Add ability to
prepend()
andappend()
toPendingChain
by @stevebauman in #56536 - [12.x] Reduce repeated inserts in
EloquentCursorPaginateTest
by @cosmastech in #56543 - [12.x] Allow passing command class instances directly to
Schedule::command()
andArtisan::call()
by @amirhshokri in #56530 - [12.x] Feat: ability to explicitly exclude factory relationships by @Lakshan-Madushanka in #56396
- [12.x] - Improved assertion message for
dispatchedTimes
methods by @lioneaglesolutions in #56544 - [12.x] Add ability to deduplicate multiple characters with a single Str::deduplicate call by @WendellAdriel in #56548
- [12.x] Handle Enum::cases() for enum column type by @iamgergo in #56565
- [12.x] Updated the PHPDoc to accurately reflect the behavior by @AhmedAlaa4611 in #56562
- [12.x] Add missing "nil" option to union type for
Str::isUuid()
$version
parameter by @shaedrich in #56557 - [12.x] Add DatabaseStore::setConnection(), fix docblock for setLockConnection() by @stancl in #56554
- Add inspirational quotes from prominent African leaders to Inspiring.php by @AngeArsene in #56551
- [12.x] Deferred Events by @dbpolito in #56556
- [12.x] Pipeline::withinTransaction() accepts connection by @cosmastech in #56550
- [12.x] Adding support for specific events to Event::defer() by @dbpolito in #56566
- [12.x] Make
Pipeline
macroable by @ryangjchandler in #56567 - [12.x] Fixed an issue when calling
hasNested
with a first relationship of typemorphTo
. by @nicDamours in #56512 - Fix return type in Support/Benchmark by @mtlukaszczyk in #56575