Skip to content

Commit ea3a0e2

Browse files
authored
Merge pull request #2 from NativeCLI/feat/new-version-update
Docs update - 1.2.0
2 parents 1f1758b + bbaaa76 commit ea3a0e2

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

Writerside/n.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<toc-element topic="check-update.md"/>
1818
<toc-element topic="inertia-fix.md"/>
1919
<toc-element topic="ios-install.md"/>
20+
<toc-element topic="mobile-install.md"/>
2021
<toc-element topic="self-update.md"/>
2122
<toc-element topic="update.md"/>
2223
</toc-element>

Writerside/topics/inertia-fix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# inertia:fix
22

3+
<warning>
4+
This command was temporarily added whilst awaiting a blocking change to be merged into the InertiaJS repository.
5+
6+
This command was added in version 1.1.2 and was subsequently removed in version 1.2.0.
7+
</warning>
8+
39
This command is provided to assist those using [NativePHP for Mobile](https://nativephp.com/mobile) to fix the ongoing InertiaJS issue with the `nativecli` command.
410

511
This command will remove the `@inertiajs/*` package from your project and then re-install it from a [patch provided by Marcel Pociot](https://github.com/inertiajs/inertia/pull/2329).

Writerside/topics/ios-install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
<warning>
44
This command requires that you have a license from NativePHP.
5-
If you do not have a license, you can purchase one from <a href="https://nativephp.com/ios" />.
5+
If you do not have a license, you can purchase one from <a href="https://nativephp.com/mobile" />.
66
</warning>
77

8+
<tip>
9+
This command was available until version 1.1.2.
10+
11+
From version 1.2.0, you should use <a href="mobile-install.md" summary="mobile:install"> instead.
12+
</tip>
13+
814
This command will bootstrap your existing Laravel app with the NativePHP for iOS package, ready for you to build your iOS app.
915

1016
If you have not previously installed the NativePHP for iOS package, you will be prompted to input your license details.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# mobile:install
2+
3+
<warning>
4+
This command requires that you have a license from NativePHP.
5+
If you do not have a license, you can purchase one from <a href="https://nativephp.com/ios" />.
6+
</warning>
7+
8+
This command will bootstrap your existing Laravel app with the NativePHP for iOS package, ready for you to build your iOS app.
9+
10+
If you have not previously installed the NativePHP for iOS package, you will be prompted to input your license details.
11+
12+
## Command
13+
14+
Syntax:
15+
16+
```shell
17+
nativecli mobile:install
18+
```
19+
20+
## Options
21+
22+
There are no options for this command.

0 commit comments

Comments
 (0)