Skip to content

Instantly share code, notes, and snippets.

@sooluh
Created February 1, 2024 09:02
Show Gist options
  • Select an option

  • Save sooluh/a515625d6350f2aa7c169f3ec9a40a9b to your computer and use it in GitHub Desktop.

Select an option

Save sooluh/a515625d6350f2aa7c169f3ec9a40a9b to your computer and use it in GitHub Desktop.
Fix NativePHP in Windows

Basically electron repo. issue tab has been moved here therefore link is not working.

To fix this visit => vendor\nativephp\electron\resources\js\electron-builder.js

https://paste.laravel.io/6c7100ed-fc2f-4d27-ad06-060d70e793fd

Replace this file

now run below command in sequence :-

php artisan native:install
php artisan native:build win (you will get error a popup click ok and let complete process).
php artisan native:serve

Yeah ! you will your app running on windows !

Source

https://github.com/NativePHP/laravel/issues/105#issuecomment-16664236251

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