@@ -9,6 +9,8 @@ NativePHP is a new framework for rapidly building rich, native desktop applicati
9
9
developer, you'll feel right at home. If you're new to PHP, we think you'll find NativePHP easy to pick up and use.
10
10
Whatever your path, we think you're going to be productive quickly.
11
11
12
+ ** NativePHP makes distributing PHP apps to users on any platform a cinch.**
13
+
12
14
NativePHP is taking the world by storm, enabling PHP developers to create true cross-platform, native apps
13
15
using the tools and technologies they already know: HTML, CSS, Javascript, and, of course, PHP.
14
16
@@ -26,17 +28,19 @@ environment.
26
28
27
29
## What NativePHP isn't
28
30
29
- NativePHP is not an especially opinionated way to build native apps. Right now, we only support a Laravel driver, but
30
- we're already working on making it work whatever framework you're using - and even if you're not using a framework at
31
- all .
31
+ NativePHP is ** not an especially opinionated way to build native apps** . Right now, ** we only support a Laravel driver** ,
32
+ but we'd love for it to work whatever PHP framework you're using - and even if you're not using a framework at all.
33
+ Can you help? Please consider [ contributing ] ( https://github.com/NativePHP/laravel/blob/main/CONTRIBUTING.md ) .
32
34
33
- NativePHP is not a GUI framework. We don't want to tell you how to build your app. You can choose whatever UI toolset
35
+ NativePHP is ** not a GUI framework** . We don't want to tell you how to build your app. You can choose whatever UI toolset
34
36
makes you and your team feel most productive.
35
37
36
38
Building a React front-end? No problem. Vue? Sure. Livewire or Inertia? Doesn't matter! Plain old HTML and CSS?
37
39
You got it. Tailwind? Bootstrap? Material UI? Whatever you want.
38
40
39
- NativePHP is not some new custom fork of PHP. This is the good new PHP you know and love.
41
+ NativePHP is ** not some new, custom fork of PHP** . This is the good new PHP you know and love.
42
+
43
+ It's also not an extension that you need to figure out and install into PHP.
40
44
41
45
## What's in the box?
42
46
0 commit comments