We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minimum-stability
1 parent e7a2d6b commit a608db8Copy full SHA for a608db8
resources/views/docs/desktop/1/getting-started/installation.md
@@ -34,6 +34,8 @@ composer require nativephp/electron
34
This package contains all the classes, commands, and interfaces that your application will need to work with the
35
Electron runtime.
36
37
+**Note**: If this fails, try setting the `minimum-stability` in your composer.json to "dev". NativePHP is in beta at this point in time.
38
+
39
## Run the NativePHP installer
40
41
```shell
0 commit comments