Skip to content

Correct stale package metadata - #141

Open
sadiqk2 wants to merge 1 commit into
NativePHP:mainfrom
sadiqk2:fix/stale-package-metadata
Open

Correct stale package metadata#141
sadiqk2 wants to merge 1 commit into
NativePHP:mainfrom
sadiqk2:fix/stale-package-metadata

Conversation

@sadiqk2

@sadiqk2 sadiqk2 commented Aug 14, 2026

Copy link
Copy Markdown

Two leftovers from the nativephp/laravelnativephp/desktop merge:

homepage points at https://github.com/nativephp/laravel, which is archived.

The Updater alias points at Native\Electron\Facades\Updater:

"aliases": {
    ...
    "Updater": "Native\\Electron\\Facades\\Updater"
}

but the class is at Native\Desktop\Drivers\Electron\Facades\Updatersrc/Drivers/Electron/Facades/Updater.php. There is no Native\Electron namespace in the package, so Updater:: currently resolves to a missing class.

Every other alias in that block is already Native\Desktop\..., so this looks like one that was missed rather than intentional.

homepage still points at nativephp/laravel, which is archived.

The Updater alias points at Native\Electron\Facades\Updater; the class lives at
Native\Desktop\Drivers\Electron\Facades\Updater since the packages merged, so
the facade currently resolves to a missing class.
@sadiqk2

sadiqk2 commented Aug 17, 2026

Copy link
Copy Markdown
Author

@simonhamp kindly review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant