Skip to content

Commit 1c6eca3

Browse files
committed
ensure consistent casing of "NativePHP for Mobile/Desktop"
1 parent 15c3a17 commit 1c6eca3

File tree

13 files changed

+74
-72
lines changed

13 files changed

+74
-72
lines changed

resources/views/article.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class="size-3 shrink-0 -scale-x-100"
6666
"
6767
class="mt-8 text-3xl font-extrabold will-change-transform sm:text-4xl"
6868
>
69-
NativePHP for desktop v1 is finally here!
69+
NativePHP for Desktop v1 is finally here!
7070
</h1>
7171

7272
{{-- Date --}}

resources/views/blog.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class="sr-only"
106106
class="flex flex-col gap-5"
107107
>
108108
<x-article-card
109-
title="NativePHP for desktop v1 is finally here!"
109+
title="NativePHP for Desktop v1 is finally here!"
110110
url="/article"
111111
date="2025-04-09"
112112
>
@@ -123,11 +123,11 @@ class="flex flex-col gap-5"
123123
>
124124
Hey team, this is just a quick note about Laravel version
125125
support. Per our Support Policy matrix, we will be dropping
126-
Laravel 10 support for NativePHP for desktop v1. Laravel 10
126+
Laravel 10 support for NativePHP for Desktop v1. Laravel 10
127127
reached end of life back in February 2025.
128128
</x-article-card>
129129
<x-article-card
130-
title="NativePHP for mobile—Pricing update!"
130+
title="NativePHP for Mobile—Pricing update!"
131131
url="/article"
132132
date="2025-03-27"
133133
>

resources/views/components/alert-v1-announcement.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ class="hidden size-5 shrink-0 dark:block"
3333
</div>
3434

3535
{{-- Title --}}
36-
<h2 class="font-medium">NativePHP for desktop and mobile have reached v1!</h2>
36+
<h2 class="font-medium">
37+
NativePHP for Desktop and Mobile have reached v1!
38+
</h2>
3739

3840
{{-- Dot 1 --}}
3941
<div

resources/views/components/testimonials.blade.php

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ class="mx-auto mt-24 max-w-6xl px-5"
77
<h2
88
id="testimonials-heading"
99
x-init="
10-
() => {
11-
motion.inView($el, (element) => {
12-
motion.animate(
13-
$el,
14-
{
15-
opacity: [0, 1],
16-
y: [-10, 0],
17-
},
18-
{
19-
duration: 0.7,
20-
ease: motion.easeOut,
21-
},
22-
)
23-
})
24-
}
25-
"
10+
() => {
11+
motion.inView($el, (element) => {
12+
motion.animate(
13+
$el,
14+
{
15+
opacity: [0, 1],
16+
y: [-10, 0],
17+
},
18+
{
19+
duration: 0.7,
20+
ease: motion.easeOut,
21+
},
22+
)
23+
})
24+
}
25+
"
2626
class="flex items-center gap-2 rounded-bl-md rounded-br-xl rounded-tl-xl rounded-tr-xl bg-gray-100 py-2 pl-4 pr-5 text-xl text-gray-800 opacity-0 dark:bg-gray-900 dark:text-white"
2727
>
2828
<svg
@@ -43,48 +43,48 @@ class="h-5"
4343
{{-- Section Description --}}
4444
<p
4545
x-init="
46-
() => {
47-
motion.inView($el, (element) => {
48-
motion.animate(
49-
$el,
50-
{
51-
opacity: [0, 1],
52-
y: [10, 0],
53-
},
54-
{
55-
duration: 0.7,
56-
ease: motion.easeOut,
57-
},
58-
)
59-
})
60-
}
61-
"
62-
class="mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0 dark:text-white/50"
63-
>
64-
Here's what folks are saying about NativePHP for mobile
65-
</p>
66-
</header>
67-
68-
{{-- Testimonial List --}}
69-
<div
70-
x-init="
7146
() => {
7247
motion.inView($el, (element) => {
7348
motion.animate(
74-
$refAll('testimonial'),
49+
$el,
7550
{
76-
scale: [0, 1],
7751
opacity: [0, 1],
52+
y: [10, 0],
7853
},
7954
{
8055
duration: 0.7,
81-
ease: motion.circOut,
82-
delay: motion.stagger(0.1),
56+
ease: motion.easeOut,
8357
},
8458
)
8559
})
8660
}
8761
"
62+
class="mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0 dark:text-white/50"
63+
>
64+
Here's what folks are saying about NativePHP for Mobile
65+
</p>
66+
</header>
67+
68+
{{-- Testimonial List --}}
69+
<div
70+
x-init="
71+
() => {
72+
motion.inView($el, (element) => {
73+
motion.animate(
74+
$refAll('testimonial'),
75+
{
76+
scale: [0, 1],
77+
opacity: [0, 1],
78+
},
79+
{
80+
duration: 0.7,
81+
ease: motion.circOut,
82+
delay: motion.stagger(0.1),
83+
},
84+
)
85+
})
86+
}
87+
"
8888
class="columns-1 pt-2 sm:columns-2 lg:columns-3"
8989
aria-label="Customer testimonials"
9090
>

resources/views/docs/desktop/1/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Need some inspiration? [Check out our repository of awesome projects](https://gi
7979
Go read the docs! We've tried to make them as comprehensive as possible, but if you find something missing, please
8080
feel free to [contribute](https://github.com/nativephp/nativephp.com).
8181

82-
This site and all the NativePHP for desktop repositories are open source and available on [GitHub](https://github.com/nativephp).
82+
This site and all the NativePHP for Desktop repositories are open source and available on [GitHub](https://github.com/nativephp).
8383

8484
Ready to jump in? [Let's get started](installation).
8585

resources/views/docs/desktop/1/getting-started/sponsoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ goes a long way in defraying the expenses of working for free to keep this proje
2626

2727
Together, we can continue to grow NativePHP and ensure it remains a valuable tool for the community.
2828

29-
## NativePHP for mobile
29+
## NativePHP for Mobile
3030

31-
If you're interested in NativePHP for mobile, you can get access right now via the [Early Access Program](/mobile).
31+
If you're interested in NativePHP for Mobile, you can get access right now via the [Early Access Program](/mobile).
3232
NativePHP is already working on iOS and Android is in active development. Your support will help us continue.
3333

3434
## Corporate Partners

resources/views/docs/desktop/1/getting-started/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We're currently focused on reaching the next minor release.
99

1010
## Current Status
1111

12-
NativePHP for desktop is **production-ready**. So you should feel completely ready to build and distribute apps
12+
NativePHP for Desktop is **production-ready**. So you should feel completely ready to build and distribute apps
1313
with NativePHP.
1414

1515
But we always need your help! If you spot any bugs or feel that there are any features missing, be sure to share

resources/views/docs/mobile/1/getting-started/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 100
99
2. Laravel 10 or higher
1010
3. An Apple Silicon Mac running macOS 12+ with Xcode 16+
1111
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)
1313
6. _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
4646
the iOS Simulator and Android emulators. However, we highly recommend that you test your application on a real device before submitting to the
4747
App/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,
5959
it's not open source, and you are not free to distribute or modify its source code.
6060
6161
Before you begin, you will need to purchase a license.
@@ -97,7 +97,7 @@ NATIVEPHP_APP_VERSION_CODE="1"
9797
php 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
101101
application to work with iOS and/or Android.
102102
103103
## Start your app

resources/views/docs/mobile/1/getting-started/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 001
55

66
## Welcome to the revolution!
77

8-
NativePHP for mobile is a first of its kind library that allows PHP developers to run PHP applications natively on
8+
NativePHP for Mobile is a first of its kind library that allows PHP developers to run PHP applications natively on
99
all sorts of mobile devices _without a web server_.
1010

1111
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.
1616

1717
## Old tools, new tricks
1818

19-
With NativePHP for mobile, you don't have to learn any new languages or ecosystems. Stop fighting with other package
19+
With NativePHP for Mobile, you don't have to learn any new languages or ecosystems. Stop fighting with other package
2020
managers and build tools. Stay in the comfort of PHP and Composer!
2121

2222
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
3535

3636
## Batteries included
3737

38-
NativePHP for mobile is way more than just a web view wrapper for your server-based application. Your application lives
38+
NativePHP for Mobile is way more than just a web view wrapper for your server-based application. Your application lives
3939
_on device_ and is shipped with each installation.
4040

4141
Thanks to our custom PHP extension, you can interact with many native APIs today, with more coming each week, including:

resources/views/docs/mobile/1/getting-started/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ order: 099
55

66
## Current Status
77

8-
NativePHP for mobile v1 is here. While we're still in the process of adding more and more
8+
NativePHP for Mobile v1 is here. While we're still in the process of adding more and more
99
native API's and other features we believe it's robust enough to build useful applications that can be
1010
distributed to users.
1111

12-
Presently, NativePHP for mobile offers the following "native" functionality:
12+
Presently, NativePHP for Mobile offers the following "native" functionality:
1313

1414
- Vibrate
1515
- Show Toasts

resources/views/docs/mobile/1/the-basics/native-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Native Functions
33
order: 1
44
---
55

6-
Nearly any basic Laravel app will work as a mobile app with NativePHP for mobile. However, what makes NativePHP
6+
Nearly any basic Laravel app will work as a mobile app with NativePHP for Mobile. However, what makes NativePHP
77
unique is that it allows you to call native functions from your PHP code.
88

99
These functions are called from your PHP code using one of an ever-growing list of facades.

resources/views/early-adopter.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class="mt-10 px-5 md:mt-14"
2727
"
2828
class="text-3xl font-extrabold sm:text-4xl"
2929
>
30-
NativePHP for mobile
30+
NativePHP for Mobile
3131
</h1>
3232

3333
{{-- Introduction Description --}}
@@ -593,7 +593,7 @@ class="pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
593593
<div
594594
x-ref="box"
595595
class="relative isolate z-0 mt-3 grid h-52 w-72 place-items-center overflow-hidden rounded-xl opacity-0"
596-
aria-label="Developer using an app built with NativePHP for mobile"
596+
aria-label="Developer using an app built with NativePHP for Mobile"
597597
>
598598
{{-- Background image --}}
599599
<img
@@ -728,7 +728,7 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
728728
<p>
729729
We want to build an amazing tool and make it sustainable. A
730730
lot of NativePHP is already fully open source. With
731-
NativePHP for mobile, we need to take a different path to
731+
NativePHP for Mobile, we need to take a different path to
732732
ensure that the entire project continues to get the support
733733
it deserves.
734734
</p>
@@ -786,7 +786,7 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
786786
</x-faq-card>
787787
<x-faq-card question="Will my apps built with NativePHP be secure?">
788788
<p>
789-
Definitely. NativePHP for mobile apps are just like other
789+
Definitely. NativePHP for Mobile apps are just like other
790790
iOS and Android apps - they're as secure as you make them.
791791
</p>
792792
</x-faq-card>
@@ -883,7 +883,7 @@ class="dark:text-white"
883883
</p>
884884
<p>
885885
With
886-
<strong class="dark:text-white">NativePHP for mobile</strong>
886+
<strong class="dark:text-white">NativePHP for Mobile</strong>
887887
, we are excited about the possibilities that lie ahead.
888888
</p>
889889
<p>

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class="size-4"
238238
<div
239239
class="font-normal text-gray-600 dark:text-white/50"
240240
>
241-
NativePHP for mobile
241+
NativePHP for Mobile
242242
</div>
243243
{{-- Image --}}
244244
<a

0 commit comments

Comments
 (0)