Laravel 9.51.0 is now available. This release includes minor changes, improvements and bug fixes.
Laravel 9.51.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.51.0 Changelog
🧮 Added
- Added
Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()
(#45932) - Added pending has-many-through and has-one-through builder (#45894)
- Added
Illuminate/Http/Client/PendingRequest::withUrlParameters()
(#45982)
🐞 Bug fixes
- Fix: prevent duplicated content-type on HTTP client (#45960)
- Add missing php extensions in composer (#45941)
📝 Changed
- Command schedule:work minor features: schedule:run output file & environment specific verbosity (#45949)
- Added missing self reserved word to reservedNames array in
Illuminate/Console/GeneratorCommand.php
(#46001) - pass value along to ttl callback in
Illuminate/Cache/Repository::remember()
(#46006) - Make sure the lock_connection is used for schedule’s withoutOverlapping() (#45963)
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)