@@ -9,7 +9,7 @@ order: 100
992 . Laravel 10 or higher
10103 . An Apple Silicon Mac running macOS 12+ with Xcode 16+
11114 . 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 )
13136 . _ Optional_ iOS device
1414
1515
@@ -42,20 +42,20 @@ set JAVA_HOME=C:\Program Files\Microsoft\jdk-17.0.8.7-hotspot
4242
4343> ** Note** You cannot build iOS apps on Windows or Linux
4444
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
4646the iOS Simulator and Android emulators. However, we highly recommend that you test your application on a real device before submitting to the
4747App/Google Play Store.
4848
4949## Laravel
5050
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
5252[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
5353[Laravel Herd](https://herd.laravel.com). It' s fast and free!
5454
5555
56- # # Install NativePHP for mobile
56+ # # Install NativePHP for Mobile
5757
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,
5959it' s not open source, and you are not free to distribute or modify its source code.
6060
6161Before you begin, you will need to purchase a license.
@@ -97,7 +97,7 @@ NATIVEPHP_APP_VERSION_CODE="1"
9797php artisan native:install
9898` ` `
9999
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
101101application to work with iOS and/or Android.
102102
103103# # Start your app
0 commit comments