| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.12.0 source code.tar.gz | 2026-07-14 | 5.2 kB | |
| 1.12.0 source code.zip | 2026-07-14 | 9.1 kB | |
| README.md | 2026-07-14 | 498 Bytes | |
| Totals: 3 Items | 14.8 kB | 0 | |
What's Changed
- Add support for the QUERY HTTP method. QUERY requests carry their parameters in the request body like
POST, soLogNonGetRequestsnow logs them alongsidePOST,PUT,PATCH, andDELETE. Thanks @eleftrik for the suggestion in [#70]. - Moved dev tooling to Pest 4. As a result, support for PHP < 8.3 and Laravel < 12 has been dropped.
Full Changelog: https://github.com/spatie/laravel-http-logger/compare/1.11.2...1.12.0