Laravel 11.19 introduces several new features including the assertExactJsonStructure() method for testing precise JSON responses, the whereNone() query builder method, withoutHeader() for excluding headers in test requests, new HTML assertion methods, and a Number::trim() method for trimming zeros after decimal points. These additions enhance testing and query capabilities in Laravel.
Table of contents
# Add assertExactJsonStructure() Test Method# Add whereNone Method to the Query Builder# Add withoutHeader Test Method# Add assertSeeHtml Test Methods# Add a Number::trim() Method# Release notes# v11.19.0Sort: