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.
Replace all deprecated helper function calls: - str_slug() → Str::slug() - starts_with() → str_starts_with() - ends_with() → str_ends_with() - array_first() → Arr::first() - array_last() → Arr::last() - array_flatten() → Arr::flatten() Remove laravel/helpers package from composer.json as it is no longer needed and will not be maintained for Laravel 13. |
4 weeks ago | |
|---|---|---|
| .. | ||
| AdminAutospamController.php | 4 weeks ago | |
| AdminDirectoryController.php | 9 months ago | |
| AdminDiscoverController.php | 4 weeks ago | |
| AdminGroupsController.php | ||
| AdminHashtagsController.php | 9 months ago | |
| AdminInstanceController.php | 9 months ago | |
| AdminMediaController.php | 9 months ago | |
| AdminReportController.php | 4 weeks ago | |
| AdminSettingsController.php | 9 months ago | |
| AdminSupportController.php | 9 months ago | |
| AdminUserController.php | 1 month ago | |
| AdminUserInviteController.php | ||