Closed
Description
What were you trying to do?
Expected to start The NativePHP normally
What happened?
Expected to start The NativePHP normally , Initialize Open Window
How to reproduce the bug
NativePHP is not work. How PHP personnel debug electrons ?
There are no errors, but the application cannot be launched normally. Although the electron is working properly, the window cannot be opened and there are no available windows,. It's too painful. I've been following this project for a long time and planned to start running it today, but it didn't succeed.
For this, I tried the Electron project and was able to open windows normally on my computer
Just a few steps to start
# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Package Versions
composer show "nativephp/*" --format=json
{
"installed": [
{
"name": "nativephp/electron",
"direct-dependency": true,
"homepage": "https://github.com/nativephp/electron",
"source": "https://github.com/NativePHP/electron/tree/0.6.5",
"version": "0.6.5",
"description": "Electron wrapper for the NativePHP framework.",
"abandoned": false
},
{
"name": "nativephp/laravel",
"direct-dependency": false,
"homepage": "https://github.com/nativephp/laravel",
"source": "https://github.com/NativePHP/laravel/tree/0.6.4",
"version": "0.6.4",
"description": "Laravel wrapper for the NativePHP framework.",
"abandoned": false
},
{
"name": "nativephp/php-bin",
"direct-dependency": false,
"homepage": "https://nativephp.com",
"source": "https://github.com/NativePHP/php-bin/tree/0.4.0",
"version": "0.4.0",
"description": "PHP binaries used by the NativePHP framework",
"abandoned": false
}
]
}
PHP Version
8.3.14
Laravel Version
11.34.2
Node Version
v22.10.0
Which operating systems have you seen this occur on?
macOS
OS version
MacOs Sequoia 15.0.1
Notes
No response