Skip to content

Use Laravel request() helper instead of superglobals - #3939

Merged
josephsnyder merged 1 commit into
Kitware:masterfrom
williamjallen:submission-laravel-requests
Aug 17, 2026
Merged

Use Laravel request() helper instead of superglobals#3939
josephsnyder merged 1 commit into
Kitware:masterfrom
williamjallen:submission-laravel-requests

Conversation

@williamjallen

Copy link
Copy Markdown
Collaborator

This PR refactors away all superglobal (i.e., $_GET and $_POST) usage in the submission handling process in favor of Laravel's request handling methods. Doing so will allow us to use Laravel's request testing methods instead of creating full HTTP requests to test submissions in a future PR.

This PR refactors away all superglobal (i.e., `$_GET` and `$_POST`) usage in the submission handling process in favor of Laravel's request handling methods.  Doing so will allow us to use Laravel's request testing methods instead of creating full HTTP requests to test submissions in a future PR.
@josephsnyder
josephsnyder added this pull request to the merge queue Aug 17, 2026
Merged via the queue into Kitware:master with commit 969ff46 Aug 17, 2026
7 checks passed
@williamjallen
williamjallen deleted the submission-laravel-requests branch August 17, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants