+ Here's what folks are saying about NativePHP for Mobile
+
+
+
+ {{-- Testimonial List --}}
+
diff --git a/resources/views/docs/desktop/1/getting-started/introduction.md b/resources/views/docs/desktop/1/getting-started/introduction.md
index b28ae448..d73cdb9c 100644
--- a/resources/views/docs/desktop/1/getting-started/introduction.md
+++ b/resources/views/docs/desktop/1/getting-started/introduction.md
@@ -79,7 +79,7 @@ Need some inspiration? [Check out our repository of awesome projects](https://gi
Go read the docs! We've tried to make them as comprehensive as possible, but if you find something missing, please
feel free to [contribute](https://github.com/nativephp/nativephp.com).
-This site and all the NativePHP for desktop repositories are open source and available on [GitHub](https://github.com/nativephp).
+This site and all the NativePHP for Desktop repositories are open source and available on [GitHub](https://github.com/nativephp).
Ready to jump in? [Let's get started](installation).
diff --git a/resources/views/docs/desktop/1/getting-started/sponsoring.md b/resources/views/docs/desktop/1/getting-started/sponsoring.md
index ddaa55b1..efe8a3c0 100644
--- a/resources/views/docs/desktop/1/getting-started/sponsoring.md
+++ b/resources/views/docs/desktop/1/getting-started/sponsoring.md
@@ -26,9 +26,9 @@ goes a long way in defraying the expenses of working for free to keep this proje
Together, we can continue to grow NativePHP and ensure it remains a valuable tool for the community.
-## NativePHP for mobile
+## NativePHP for Mobile
-If you're interested in NativePHP for mobile, you can get access right now via the [Early Access Program](/mobile).
+If you're interested in NativePHP for Mobile, you can get access right now via the [Early Access Program](/mobile).
NativePHP is already working on iOS and Android is in active development. Your support will help us continue.
## Corporate Partners
diff --git a/resources/views/docs/desktop/1/getting-started/status.md b/resources/views/docs/desktop/1/getting-started/status.md
index c9f76a7c..4265c35a 100644
--- a/resources/views/docs/desktop/1/getting-started/status.md
+++ b/resources/views/docs/desktop/1/getting-started/status.md
@@ -9,7 +9,7 @@ We're currently focused on reaching the next minor release.
## Current Status
-NativePHP for desktop is **production-ready**. So you should feel completely ready to build and distribute apps
+NativePHP for Desktop is **production-ready**. So you should feel completely ready to build and distribute apps
with NativePHP.
But we always need your help! If you spot any bugs or feel that there are any features missing, be sure to share
diff --git a/resources/views/docs/mobile/1/getting-started/installation.md b/resources/views/docs/mobile/1/getting-started/installation.md
index 8756d09b..992b1b47 100644
--- a/resources/views/docs/mobile/1/getting-started/installation.md
+++ b/resources/views/docs/mobile/1/getting-started/installation.md
@@ -9,7 +9,7 @@ order: 100
2. Laravel 10 or higher
3. An Apple Silicon Mac running macOS 12+ with Xcode 16+
4. An active [Apple Developer account](https://developer.apple.com/)
-5. [A NativePHP for mobile license](https://nativephp.com/mobile)
+5. [A NativePHP for Mobile license](https://nativephp.com/mobile)
6. _Optional_ iOS device
@@ -42,20 +42,20 @@ set JAVA_HOME=C:\Program Files\Microsoft\jdk-17.0.8.7-hotspot
> **Note** You cannot build iOS apps on Windows or Linux
-You don't _need_ a physical iOS/Android device to compile your application and test it for your app, as NativePHP for mobile supports
+You don't _need_ a physical iOS/Android device to compile your application and test it for your app, as NativePHP for Mobile supports
the iOS Simulator and Android emulators. However, we highly recommend that you test your application on a real device before submitting to the
App/Google Play Store.
## Laravel
-NativePHP for mobile is built to work with Laravel. You can install it into an existing Laravel application, or
+NativePHP for Mobile is built to work with Laravel. You can install it into an existing Laravel application, or
[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
[Laravel Herd](https://herd.laravel.com). It's fast and free!
-## Install NativePHP for mobile
+## Install NativePHP for Mobile
-To make NativePHP for mobile a reality has taken a lot of work and will continue to require even more. For this reason,
+To make NativePHP for Mobile a reality has taken a lot of work and will continue to require even more. For this reason,
it's not open source, and you are not free to distribute or modify its source code.
Before you begin, you will need to purchase a license.
@@ -97,7 +97,7 @@ NATIVEPHP_APP_VERSION_CODE="1"
php artisan native:install
```
-The NativePHP installer works similarly to NativePHP for desktop, taking care of setting up and configuring your Laravel
+The NativePHP installer works similarly to NativePHP for Desktop, taking care of setting up and configuring your Laravel
application to work with iOS and/or Android.
## Start your app
diff --git a/resources/views/docs/mobile/1/getting-started/introduction.md b/resources/views/docs/mobile/1/getting-started/introduction.md
index 8217636c..c313a037 100644
--- a/resources/views/docs/mobile/1/getting-started/introduction.md
+++ b/resources/views/docs/mobile/1/getting-started/introduction.md
@@ -5,7 +5,7 @@ order: 001
## Welcome to the revolution!
-NativePHP for mobile is a first of its kind library that allows PHP developers to run PHP applications natively on
+NativePHP for Mobile is a first of its kind library that allows PHP developers to run PHP applications natively on
all sorts of mobile devices _without a web server_.
We've combined the statically compiling PHP as an embeddable C library with the flexibility of Laravel and the rich
@@ -16,7 +16,7 @@ _mobile_ applications using PHP.
## Old tools, new tricks
-With NativePHP for mobile, you don't have to learn any new languages or ecosystems. Stop fighting with other package
+With NativePHP for Mobile, you don't have to learn any new languages or ecosystems. Stop fighting with other package
managers and build tools. Stay in the comfort of PHP and Composer!
PHP developers all over the world are building incredible mobile experiences with the skills they already possess.
@@ -35,7 +35,7 @@ You simply interact with an easy-to-use set of functions from PHP and everything
## Batteries included
-NativePHP for mobile is way more than just a web view wrapper for your server-based application. Your application lives
+NativePHP for Mobile is way more than just a web view wrapper for your server-based application. Your application lives
_on device_ and is shipped with each installation.
Thanks to our custom PHP extension, you can interact with many native APIs today, with more coming each week, including:
diff --git a/resources/views/docs/mobile/1/getting-started/roadmap.md b/resources/views/docs/mobile/1/getting-started/roadmap.md
index 42df0293..4899aa01 100644
--- a/resources/views/docs/mobile/1/getting-started/roadmap.md
+++ b/resources/views/docs/mobile/1/getting-started/roadmap.md
@@ -5,11 +5,11 @@ order: 099
## Current Status
-NativePHP for mobile v1 is here. While we're still in the process of adding more and more
+NativePHP for Mobile v1 is here. While we're still in the process of adding more and more
native API's and other features we believe it's robust enough to build useful applications that can be
distributed to users.
-Presently, NativePHP for mobile offers the following "native" functionality:
+Presently, NativePHP for Mobile offers the following "native" functionality:
- Vibrate
- Show Toasts
diff --git a/resources/views/docs/mobile/1/the-basics/native-functions.md b/resources/views/docs/mobile/1/the-basics/native-functions.md
index 00326253..630d184b 100644
--- a/resources/views/docs/mobile/1/the-basics/native-functions.md
+++ b/resources/views/docs/mobile/1/the-basics/native-functions.md
@@ -3,7 +3,7 @@ title: Native Functions
order: 1
---
-Nearly any basic Laravel app will work as a mobile app with NativePHP for mobile. However, what makes NativePHP
+Nearly any basic Laravel app will work as a mobile app with NativePHP for Mobile. However, what makes NativePHP
unique is that it allows you to call native functions from your PHP code.
These functions are called from your PHP code using one of an ever-growing list of facades.
diff --git a/resources/views/early-adopter.blade.php b/resources/views/early-adopter.blade.php
index 38165fef..656398b9 100644
--- a/resources/views/early-adopter.blade.php
+++ b/resources/views/early-adopter.blade.php
@@ -27,7 +27,7 @@ class="mt-10 px-5 md:mt-14"
"
class="text-3xl font-extrabold sm:text-4xl"
>
- NativePHP for mobile
+ NativePHP for Mobile
{{-- Introduction Description --}}
@@ -593,7 +593,7 @@ class="pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
{{-- Background image --}}
![]()
We want to build an amazing tool and make it sustainable. A
lot of NativePHP is already fully open source. With
- NativePHP for mobile, we need to take a different path to
+ NativePHP for Mobile, we need to take a different path to
ensure that the entire project continues to get the support
it deserves.
@@ -786,7 +786,7 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
- Definitely. NativePHP for mobile apps are just like other
+ Definitely. NativePHP for Mobile apps are just like other
iOS and Android apps - they're as secure as you make them.
@@ -883,7 +883,7 @@ class="dark:text-white"
With
- NativePHP for mobile
+ NativePHP for Mobile
, we are excited about the possibilities that lie ahead.
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index cad433b2..5cb79a42 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -238,7 +238,7 @@ class="size-4"
- NativePHP for mobile
+ NativePHP for Mobile
{{-- Image --}}