Laravel 10.19.0 is now available. This release includes minor changes, improvements and bug fixes.
Laravel 10.19.0 is a clean and classy framework for PHP web development.
Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.
Laravel 10.19.0 Changelog
Bug Fixes
- [10.x] Fix typo in update
HasUniqueIds
by @iamcarlos94 in #47994 - [10.x] Gracefully handle scientific notation by @timacdonald in #48002
- [10.x] Fix docblocks for throw_if and throw_unless by @AbdelElrafa in #48003
- [10.x] Add
wordWrap
toStr
by @joshbonnick in #48012 - [10.x] Fix RetryBatchCommand overlapping of failed jobs when run concurrently with the same Batch ID using isolatableId by @rybakihor in #48000
- [10.x] Fix
assertRedirectToRoute
when route uri is empty by @khernik93 in #48023 - [10.x] Fix empty table displayed when using the –pending option but there are no pending migrations by @TheBlckbird in #48019
- [10.x] Fix forced use of write DB connection by @oleksiikhr in #48015
- [10.x] Use model cast when builder created updated at value by @timacdonald in #47942
- [10.x] Fix Collection::search and LazyCollection::search return type by @bastien-phi in #48030
- [10.x] Add ability to customize class resolution in event discovery by @bastien-phi in #48031
- [10.x] Add
percentage
method to Collections by @WendellAdriel in #48034 - [10.x] Fix parsing error in console when parameter description contains
--
by @rxrw in #48021 - [10.x] Allow Listeners to dynamically specify delay using
withDelay
by @CalebDW in #48026 - [10.x] Add dynamic return types to rescue helper by @axlon in #48062
- [10.x] createMany & createManyQuietly add count argument by @JHWelch in #48048
- [10.x] Attributes support on default component slot by @royduin in #48039
- [10.x] Add WithoutRelations attribute for model serialization by @Neol3108 in #47989
- [10.x] Can apply WithoutRelations to entire class by @cosmastech in #48068
- [10.x] createMany & createManyQuietly make argument optional by @JHWelch in #48070
Contributors
- @royduin
- @axlon
- @CalebDW
- @JHWelch
- @Neol3108
- @AbdelElrafa
- @rxrw
- @bastien-phi
- @WendellAdriel
- @oleksiikhr
- @khernik93
- @timacdonald
- @cosmastech
- @iamcarlos94
- @TheBlckbird
- @joshbonnick
- @rybakihor
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: framework, php framework, Softaculous
Related Links
- Live Demo:
See Laravel in action (Softaculous site (External link)) - Official Website:
Learn more about Laravel software (External link) - Run Laravel in your website:
Please Contact us for more information or start any Hosting Plan and install Laravel from Softaculous software library - Laravel Changelog:
To read changelog source Click Here (GitHub External link)