Laravel 9.48.0 is now available. This release includes minor changes, improvements and bug fixes.
Laravel 9.48.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 9.48.0 Changelog
No database updates are necessary.
🧮 Added
- Added
Illuminate/Database/Schema/Builder::withoutForeignKeyConstraints()
(#45601) - Added
fragments()
\fragmentIf()
\fragmentsIf()
methods toIlluminate/View/View.php
class (#45656, #45669) - Added
incrementEach()
anddecrementEach()
toIlluminate/Database/Query/Builder
(#45577) - Added ability to drop an index when modifying a column (#45513)
- Allow to set HTTP client for mailers (#45684)
- Added 402 exception view (#45682)
- Added
notFound()
helper to Http Client response (#45681)
🐞 Bug fixes
- Fixed decimal cast (#45602)
📝 Changed
- Ignore whitespaces/newlines when finding relations in model:show command (#45608)
- Fail queued job with a string messag (#45625)
- Allow fake() helper in unit tests (#45624)
- allow egulias/email-validator v4 (#45649)
- Force countBy method in EloquentCollection to return base collection (#45663)
- Allow for the collection of stubs to be published (#45653)
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: 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)