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.
Consolidate the legacy Laravel 5-era kernel/handler architecture into the modern Application::configure() pattern introduced in Laravel 11: - HTTP middleware stack → bootstrap/app.php withMiddleware() - Console schedule → bootstrap/app.php withSchedule() - Exception handling → bootstrap/app.php withExceptions() - Route registration → bootstrap/app.php withRouting() - Service providers → bootstrap/providers.php Deleted files: - app/Http/Kernel.php - app/Console/Kernel.php - app/Exceptions/Handler.php - app/Providers/RouteServiceProvider.php - app/Providers/BroadcastServiceProvider.php Removed framework providers from config/app.php (auto-registered by Application::configure). Package providers use auto-discovery. All 107 tests pass. Schedule, routes, and middleware verified working. |
4 weeks ago | |
|---|---|---|
| .. | ||
| Auth | 4 weeks ago | |
| Console/Commands | 4 weeks ago | |
| Events | ||
| Http | 4 weeks ago | |
| Jobs | 4 weeks ago | |
| Listeners | 4 weeks ago | |
| 4 weeks ago | ||
| Models | 4 weeks ago | |
| Observers | 4 weeks ago | |
| Passport | 3 months ago | |
| Policies | ||
| Providers | 4 weeks ago | |
| Rules | 4 weeks ago | |
| Services | 4 weeks ago | |
| Transformer | 4 weeks ago | |
| Util | 4 weeks ago | |
| AccountInterstitial.php | 4 weeks ago | |
| AccountLog.php | ||
| Activity.php | ||
| Avatar.php | ||
| Bookmark.php | ||
| Circle.php | ||
| CircleProfile.php | ||
| Collection.php | ||
| CollectionItem.php | ||
| Contact.php | ||
| DirectMessage.php | ||
| DiscoverCategory.php | ||
| DiscoverCategoryHashtag.php | ||
| EmailVerification.php | ||
| FailedJob.php | ||
| FollowRequest.php | ||
| Follower.php | ||
| HasSnowflakePrimary.php | ||
| Hashtag.php | ||
| HashtagFollow.php | ||
| ImportData.php | ||
| ImportJob.php | ||
| Instance.php | ||
| Like.php | ||
| Media.php | ||
| MediaBlocklist.php | ||
| MediaTag.php | ||
| Mention.php | ||
| ModLog.php | ||
| Newsroom.php | ||
| Notification.php | ||
| OauthClient.php | ||
| Page.php | ||
| Place.php | ||
| Profile.php | 4 weeks ago | |
| ProfileSponsor.php | ||
| Report.php | 4 weeks ago | |
| ReportComment.php | ||
| ReportLog.php | ||
| Status.php | ||
| StatusArchived.php | ||
| StatusHashtag.php | ||
| StatusView.php | ||
| Story.php | ||
| StoryItem.php | ||
| StoryReaction.php | ||
| StoryView.php | ||
| UIKit.php | ||
| User.php | ||
| UserDevice.php | 4 weeks ago | |
| UserFilter.php | 4 weeks ago | |
| UserInvite.php | ||
| UserSetting.php | ||
| helpers.php | ||