Skip to content

Remove the usage of deprecated $request->get()#1873

Merged
taylorotwell merged 3 commits intolaravel:13.xfrom
hivokas:remove-request-get
Dec 11, 2025
Merged

Remove the usage of deprecated $request->get()#1873
taylorotwell merged 3 commits intolaravel:13.xfrom
hivokas:remove-request-get

Conversation

@hivokas
Copy link
Contributor

@hivokas hivokas commented Dec 11, 2025

$request->get() is Symfony's method which has been deprecated since version 7.4:

https://github.com/symfony/http-foundation/blob/bd1af1e425811d6f077db240c3a588bdb405cd27/Request.php#L746

This PR replaces Symfony's deprecated $request->get() with Laravel's $request->input().

@hivokas hivokas changed the title wip Remove the usage of deprecated $request->get() Dec 11, 2025
@taylorotwell taylorotwell merged commit 8f3dfb3 into laravel:13.x Dec 11, 2025
8 checks passed
@hivokas
Copy link
Contributor Author

hivokas commented Dec 16, 2025

@taylorotwell is there a chance to get it released along with other changes in 13.x branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants