Laravel 13.19.0 introduces several new features: an Http::query() client method for sending HTTP QUERY verb requests with body parameters, plus matching query() and queryJson() testing helpers. A new reduceInto() collection method allows mutating an accumulator in place without returning a value each iteration. The Str::counted() helper pluralizes a word and prepends the count in one call. Queue improvements include bulk SQS dispatching via SendMessageBatch API for fewer API calls, and the queue fake can now inspect reserved jobs for better test assertions. Minor fixes cover soft-delete assertions, mail config, and component attribute merging.
Table of contents
# Http::query() Client Method# query() and queryJson() Testing Helpers# reduceInto() Collection Method# counted() String Helper# Queue Improvements# Other Fixes and Improvements82.1K Impressions4 Comments