Laravel v5.8.22 is released in 2019/06/12, here are the changes we`ve merged into this release.
Added
- Added
@componentFirstdirective (#28783) - Added support for typed eager loads (#28647, d72e3cd)
- Added
RelatedandRecommendedto Pluralizer (#28749) - Added
Str::containsAll()method (#28806) - Added: error handling for maintenance mode commands (#28765, 9e20849)
- Added message value assertion to
TestResponse::assertJsonValidationErrors()(#28787) - Added: Automatically bind the viewAny method to the index controller action (#28820)
Fixed
- Fixed database rules with where clauses (#28748)
- Fixed: MorphTo Relation ignores parent $timestamp when touching (#28670)
- Fixed: Sql Server issue during
dropAllTableswhen foreign key constraints exist (#28750, #28770) - Fixed
Model::getConnectionName()whenModel::cursor()used (#28804)
Changed
- Made
forcean optional feature when usingConfirmableTrait. (#28742) - Suggest resolution when no relationship value is returned in the
Model::getRelationshipFromMethod()(#28762)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.22

