Laravel v11.17.0 introduces several new features: the `whereLike` clause to enhance query builders with LIKE queries supporting case sensitivity, microsecond travel precision, the `QueryExecuted::toRawSql()` method to facilitate SQL debugging, and optimized query handling with `Cache::many` and `Cache::putMany` which reduces database queries for caching operations. Several minor improvements and bug fixes are also included.

4m read timeFrom msamgan.com
Post cover image
Table of contents
`whereLike` clause to the query builderAllow microsecond travelAdd method `QueryExecuted::toRawSql()`Reduce the number of queries with `Cache::many` and `Cache::putMany` methods# 11.17.0

Sort: