@@ -10,25 +10,32 @@ We've put together a basic [roadmap](https://github.com/orgs/NativePHP/projects/
10
10
current _ estimated_ development timeline.
11
11
12
12
## Current Status
13
- NativePHP is currently in the ` alpha ` stage.
13
+ NativePHP is currently in the ` beta ` stage.
14
14
15
15
We need your help with testing and bug-hunting, so we want you to _ build_ apps with NativePHP.
16
16
17
- As we're at the ` alpha ` stage, this means NativePHP is not quite ready for prime-time, so we don't recommend
18
- _ distributing _ the apps you build just yet... unless you're comfortable with the following :
17
+ As we're at the ` beta ` stage, NativePHP is almost ready for prime-time. This means we think it's ready for
18
+ you to distribute your apps to users. But you should be aware of a couple of issues :
19
19
20
- - The PHP source code in your app can be seen _ and modified_ .
21
- - Signing of build files has not been tested, so your users may see warnings from their operating system indicating that
22
- your app may be suspicious and may need to explicitly allow your app to run.
23
- - Your app may not be as performant or secure as it will be once we reach NativePHP v1.0.
20
+ - The PHP source code inside your app can be seen _ and modified_ . We're actively working on a solution for this in time
21
+ for the ` v1 ` release.
22
+ - Documentation around signing apps for Microsoft Windows and macOS are not yet available.
24
23
25
- We still want you to _ try_ to get your apps into a production-ready state! The more parts of the whole process we can
26
- exercise to find bugs and fix them, the better.
24
+ ** If you're planning to release an app, it may be useful to get in touch on [ Discord] ( https://discord.gg/X62tWNStZK ) so
25
+ we can run through any last minute checks to ensure your app is in the best shape.**
26
+
27
+ The more parts of the whole process we can exercise to find bugs and fix them, the better.
27
28
28
29
Be sure to share your findings through the [ forum] ( https://github.com/orgs/nativephp/discussions ) , by
29
30
[ raising issues] ( https://github.com/nativephp/laravel/issues/new/choose ) /reporting bugs, and on
30
31
[ Discord] ( https://discord.gg/X62tWNStZK ) .
31
32
32
- If you're building an app that you plan to distribute,
33
+ <aside class="rounded-lg border border-teal-500 bg-teal-100 text-teal-800 p-4
34
+ [&>*]:text-teal-800 [&>*:last-child]:mb-0 [&>*:first-child]:mt-0">
35
+
36
+ #### Can you sponsor?
37
+
38
+ If you're building an app that you plan to sell,
33
39
[ can you sponsor the development of NativePHP] ( https://github.com/nativephp/laravel?sponsor=1 ) to help us get to the
34
40
v1.0 release sooner?
41
+ </aside >
0 commit comments