-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: native:serve won't start app window #28
Comments
On mac, same error:
|
duplicate of #27 |
Same problem here. @rappasoft posted a temporary fix in #27 (https://github.com/NativePHP/electron/issues/10#issuecomment-1644651637) which worked for me. |
The cert files have been included for me but there were some extra steps I needed, in case this helps. I also saw no errors that pointed to any problems.
I suspect the JS changes will be published to npm soon where a reboot may or may not be necessary. |
If you are willing to make some code modifications you can follow these instructions to get native:serve to work on Windows. This will only get native:serve to work. It's as far as I've tried so far. |
@arbazargani Could you solve this issue? Same thing is happening to me on Windows 11. I followed this gist: https://gist.github.com/ShaneShipston/8bb7cabc423cf0cc64da0eacafa53171 and when I run the php artisan native:serve I have the same output as you. No error nothing, but also not windows app opening |
@franvilladaa i'm on win11 too & no bro, no fix yet. even updating nativephp version to latest minor update via composer, but problem exists. sorrey. hope problems solve soon & we can test nativephp too. |
Add -v to your serve command to see further information. There might be an error you aren't seeing Ex. |
A whole load of improvements to development and building on Windows have been made recently. Please update to nativephp/electron v0.6 and try again. |
What happened?
php artisan native:serve
won't do anything at all.just ends with no window or anything.
How to reproduce the bug
php artisan native:serve
Package Version
0.1.0
PHP Version
8.1.11
Laravel Version
10.15.0
Which operating systems does with happen with?
Windows
Notes
No response
The text was updated successfully, but these errors were encountered: