mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Symfony 8.0 removes Request::get(). Laravel 13 will support Symfony 8, so these 11 usages would break on upgrade. Using $request->input() which checks both query string and request body (same behavior as the old get() method). |
4 weeks ago | |
|---|---|---|
| .. | ||
| Controllers | 4 weeks ago | |
| Middleware | 4 weeks ago | |
| Requests | 1 month ago | |
| Resources | 1 month ago | |