COMMITS
/ tests/Http/HttpRequestTest.php March 17, 2026
J
[12.x] Add wantsMarkdown() and acceptsMarkdown() request methods (#59238)
Joe Tannenbaum committed
March 6, 2026
S
interacts-with-data-interval (#59114)
Sander Muller committed
February 14, 2026
M
Add tests for Request::fullUrlWithoutQuery method (#58814)
Milad committed
February 4, 2026
L
[12.x] Add `InteractsWithData::clamp()` (#58608)
Luke Kuzmish committed
January 5, 2026
L
November 24, 2025
S
Apply fixes from StyleCI
StyleCI Bot committed
N
[12.x] Fix Accept header cache invalidation when header is modified (#57874)
Neil Carlo Sucuangco committed
November 20, 2025
M
[12.x] Add default parameter support to `Request::fluent()` method (#57840)
Michael Nabil committed
May 14, 2025
January 14, 2025
M
Merge tag 'v11.38.1'
Mior Muhammad Zaki committed
January 13, 2025
S
[11.x] Add `FormRequest::array($key)` and `Fluent::array($key)` (#54177)
Steve Bauman committed
December 4, 2024
M
Merge remote-tracking branch 'upstream/11.x'
Mior Muhammad Zaki committed
November 21, 2024
S
Make the bearerToken method case-insensitive (#53627)
Sam Lewis committed
November 20, 2024
M
Merge tag 'v11.33.2'
Mior Muhammad Zaki committed
November 18, 2024
S
[11.x] Add `Request::enums` method to retrieve an array of enums (#53540)
Steve Bauman committed
October 12, 2024
T
Revert "Improve remove code duplication (#53128)" (#53132)
Taylor Otwell committed
T
Improve remove code duplication (#53128)
toarupg0318 committed
October 9, 2024
M
Merge branch '11.x'
Mior Muhammad Zaki committed
October 8, 2024
T
Improve InteractsWithInput::enum test (#53057)
toarupg0318 committed
July 29, 2024
H
[12.x] mergeIfMissing allows merging with nested arrays (#52242)
Hristijan Manasijev committed
July 22, 2024
C
fix: Request::json() json errors when decoding empty string (#52204)
Caleb White committed
May 5, 2024
H
[11.x] Add tests for handling non-baked enum and empty string requests (#51289)
Hrant Aghanyan committed
November 6, 2023
T
fixing conflicts
Taylor Otwell committed
M
Add support for Sec-Purpose header (#48925)
Michael committed
October 26, 2023
M
[11.x] PHPUnit 11 Forward Compatibility (#48796)
Mior Muhammad Zaki committed
September 15, 2023
J
Remove PHP 8.1 Check for including Enums in Tests (#48415)
Julius Kiekbusch committed
July 31, 2023
T
[10.x] Migrate JSON data to shared InputBag (#47914)
Tim MacDonald committed
July 26, 2023
T
[10.x] Retain `$request->request` `InputBag` type (#47838)
Tim MacDonald committed
July 12, 2023
K
Ignore second in HttpRequestTest date comparison (#47719)
Kyle committed
May 9, 2023
D
Remove PHP checks (#46993)
Dries Vints committed
February 12, 2023
O
add testStringMethod to HttpRequestTest.php (#46088)
orange-alien committed
February 11, 2023
O
[9.x] Add some tests to testIntegerMethod and testFloatMethod (HttpRequestTest.php) (#46080)
orange-alien committed
November 27, 2022
M
Fix spaces (#45105)
Michael Nabil committed
November 22, 2022
I
[9.x] use static data providers in tests (#45049)
Ion Bazan committed
November 19, 2022
P
Add whenMissing() (#45019)
Patrick committed
September 21, 2022
J
Add methods to get request data as integer or float (#44239)
Jason McCreary committed
September 8, 2022
A
[9.x] Improve test for HttpRequestClass (#44039)
Amir Moharami Fard committed
July 17, 2022
E
Adds enum casting to Request
emargareten committed
June 19, 2022
G
Merge branch '8.x' into 9.x
Graham Campbell committed
June 14, 2022
O
add host(), httpHost(), schemeAndHttpHost() to Request
orange-alien committed
June 10, 2022
D
[8.x] fix `Request` offsetExists without routeResolver (#42754)
Daniel Esteve committed
April 6, 2022
A
[9.x] Add handling of object being passed into old method (#41842)
Andrew Arscott committed
January 25, 2022
M
[8.x] Add test to verify providing array query string can be retrieved via `$request->query()` (#40598)
Mior Muhammad Zaki committed
A
Fix fetching array parameters from the InputBag on Symfony 6 (#40609)
Antonio Pauletich committed
January 15, 2022
N
Adds tests regarding `Request::hasSession` and `Request::getSession` (#40424)
Nuno Maduro committed
January 6, 2022
D
Merge branch '8.x'
Dries Vints committed
December 22, 2021
D
[8.x] Add a mergeIfMissing method to the Illuminate Http Request class (#40116)
David Peach committed
December 17, 2021
I
[8.x] Adds datetime parsing to `Request` instance (#39945)
Italo committed