⚠️ This post links to an external website. ⚠️
Laravel 13.24 brings major improvements to its image API, including dominant color detection and support for HEIC files. With the new
dominantColor()method, developers can now easily retrieve the average color of an image, making it ideal for UI enhancements while loading images. This version also introduces themodelKeys()method to Eloquent queries, streamlining primary key retrieval, along with a newarray_keysvalidation rule that reports unexpected keys directly. Importantly, it adds support for AVIF and HEIC image formats as both input and output, enhancing compatibility for images straight from devices like iPhones. Other fixes include performance improvements for wildcard validations on large arrays, among various other enhancements to the Laravel framework. This update reflects Laravel's ongoing commitment to improving developer experience and application performance.
continue reading onlaravel-news.com
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.