Laravel 13.19 adds support for the new HTTP QUERY method.
Unlike GET, it allows sending a request body while still representing a read-only operation.
Useful for APIs with complex search filters that don't fit naturally into a URL.
Laravel 13.19 adds support for the new HTTP QUERY method.
Unlike GET, it allows sending a request body while still representing a read-only operation.
Useful for APIs with complex search filters that don't fit naturally into a URL.