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 4 weeks ago
Console/Commands refactor: migrate to modern bootstrap/app.php architecture 4 weeks ago
Events
Http refactor: migrate to modern bootstrap/app.php architecture 4 weeks ago
Jobs refactor: replace str_limit() with Str::limit() 4 weeks ago
Listeners refactor: replace str_limit() with Str::limit() 4 weeks ago
Mail Convert string references to `::class` 4 weeks ago
Models refactor: replace deprecated str_random() with Str::random() 4 weeks ago
Observers Convert string references to `::class` 4 weeks ago
Passport Fix PAT 3 months ago
Policies
Providers refactor: migrate to modern bootstrap/app.php architecture 4 weeks ago
Rules refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Services refactor: replace str_limit() with Str::limit() 4 weeks ago
Transformer Convert string references to `::class` 4 weeks ago
Util refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AccountInterstitial.php Convert string references to `::class` 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 Convert string references to `::class` 4 weeks ago
ProfileSponsor.php
Report.php Convert string references to `::class` 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 Replace jenssegers/agent with matomo/device-detector 4 weeks ago
UserFilter.php Convert string references to `::class` 4 weeks ago
UserInvite.php
UserSetting.php
helpers.php