Laravel v5.7.25 is released in 2019/02/05, here are the changes we`ve merged into this release.
Added
- Allowed specifying custom translation for date relative messages (#27341)
- Add computed support to SQL Server schema grammar (#27346, 1c74d7f)
- Allowed
ENV
to control paths ofcache files
forservices
,packages
androutes
(#27389)
Fixed
- Fixed
BelongsToMany
pivot relationship child with loaded relations wakeup (#27358) - Fixed wrong class being used when eager loading nullable
MorphTo
withwithDefault()
(#27411)
Changed
- Removed
php_network_getaddresses: getaddrinfo failed: Name or service not known
inDetectsLostConnections
trait (#27418)
GitHub: https://github.com/laravel/framework/releases/tag/v5.7.25