@@ -9,7 +9,7 @@ order: 100
9
9
2 . Laravel 10 or higher
10
10
3 . An Apple Silicon Mac running macOS 12+ with Xcode 16+
11
11
4 . An active [ Apple Developer account] ( https://developer.apple.com/ )
12
- 5 . [ A NativePHP for mobile license] ( https://nativephp.com/mobile )
12
+ 5 . [ A NativePHP for Mobile license] ( https://nativephp.com/mobile )
13
13
6 . _ Optional_ iOS device
14
14
15
15
@@ -42,20 +42,20 @@ set JAVA_HOME=C:\Program Files\Microsoft\jdk-17.0.8.7-hotspot
42
42
43
43
> ** Note** You cannot build iOS apps on Windows or Linux
44
44
45
- You don' t _need_ a physical iOS/Android device to compile your application and test it for your app, as NativePHP for mobile supports
45
+ You don' t _need_ a physical iOS/Android device to compile your application and test it for your app, as NativePHP for Mobile supports
46
46
the iOS Simulator and Android emulators. However, we highly recommend that you test your application on a real device before submitting to the
47
47
App/Google Play Store.
48
48
49
49
## Laravel
50
50
51
- NativePHP for mobile is built to work with Laravel. You can install it into an existing Laravel application, or
51
+ NativePHP for Mobile is built to work with Laravel. You can install it into an existing Laravel application, or
52
52
[start a new one](https://laravel.com/docs/installation). The most painless way to get PHP and Node up and running on your system is with
53
53
[Laravel Herd](https://herd.laravel.com). It' s fast and free!
54
54
55
55
56
- # # Install NativePHP for mobile
56
+ # # Install NativePHP for Mobile
57
57
58
- To make NativePHP for mobile a reality has taken a lot of work and will continue to require even more. For this reason,
58
+ To make NativePHP for Mobile a reality has taken a lot of work and will continue to require even more. For this reason,
59
59
it' s not open source, and you are not free to distribute or modify its source code.
60
60
61
61
Before you begin, you will need to purchase a license.
@@ -97,7 +97,7 @@ NATIVEPHP_APP_VERSION_CODE="1"
97
97
php artisan native:install
98
98
` ` `
99
99
100
- The NativePHP installer works similarly to NativePHP for desktop , taking care of setting up and configuring your Laravel
100
+ The NativePHP installer works similarly to NativePHP for Desktop , taking care of setting up and configuring your Laravel
101
101
application to work with iOS and/or Android.
102
102
103
103
# # Start your app
0 commit comments