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.
pixelfed/app
Your Name 8e41f6fdf8 refactor: migrate to modern bootstrap/app.php architecture
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 Install Larastan for static analysis 1 month ago
Console/Commands refactor: migrate to modern bootstrap/app.php architecture 4 weeks ago
Events Lint 9 months ago
Http refactor: migrate to modern bootstrap/app.php architecture 4 weeks ago
Jobs refactor: replace str_limit() with Str::limit() 1 month ago
Listeners refactor: replace str_limit() with Str::limit() 1 month ago
Mail Convert string references to `::class` 1 month ago
Models refactor: replace deprecated str_random() with Str::random() 1 month ago
Observers Convert string references to `::class` 1 month ago
Passport Fix PAT 3 months ago
Policies Lint 9 months ago
Providers refactor: migrate to modern bootstrap/app.php architecture 4 weeks ago
Rules refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
Services refactor: replace str_limit() with Str::limit() 1 month ago
Transformer Convert string references to `::class` 1 month ago
Util refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
AccountInterstitial.php Convert string references to `::class` 1 month ago
AccountLog.php
…
Activity.php fix 7 months ago
Avatar.php fix 7 months ago
Bookmark.php
…
Circle.php
…
CircleProfile.php
…
Collection.php
…
CollectionItem.php
…
Contact.php fix 7 months ago
DirectMessage.php Lint 9 months ago
DiscoverCategory.php Lint 9 months ago
DiscoverCategoryHashtag.php Lint 9 months ago
EmailVerification.php Lint 9 months ago
FailedJob.php Lint 9 months ago
FollowRequest.php fix 7 months ago
Follower.php Lint 9 months ago
HasSnowflakePrimary.php Lint 9 months ago
Hashtag.php Lint 9 months ago
HashtagFollow.php Lint 9 months ago
ImportData.php
…
ImportJob.php Lint 9 months ago
Instance.php fix 7 months ago
Like.php fix 7 months ago
Media.php fix 7 months ago
MediaBlocklist.php
…
MediaTag.php
…
Mention.php fix 7 months ago
ModLog.php Lint 9 months ago
Newsroom.php fix 7 months ago
Notification.php fix 7 months ago
OauthClient.php Lint 9 months ago
Page.php Lint 9 months ago
Place.php Lint 9 months ago
Profile.php Convert string references to `::class` 1 month ago
ProfileSponsor.php Lint 9 months ago
Report.php Convert string references to `::class` 1 month ago
ReportComment.php Lint 9 months ago
ReportLog.php Lint 9 months ago
Status.php fix 7 months ago
StatusArchived.php
…
StatusHashtag.php Lint 9 months ago
StatusView.php Lint 9 months ago
Story.php fix 7 months ago
StoryItem.php fix 7 months ago
StoryReaction.php Lint 9 months ago
StoryView.php Lint 9 months ago
UIKit.php Lint 9 months ago
User.php Fix oauth 7 months ago
UserDevice.php Replace jenssegers/agent with matomo/device-detector 1 month ago
UserFilter.php Convert string references to `::class` 1 month ago
UserInvite.php Lint 9 months ago
UserSetting.php fix 7 months ago
helpers.php Lint 9 months ago