Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Writerside/n.tree
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<toc-element topic="check-update.md"/>
<toc-element topic="inertia-fix.md"/>
<toc-element topic="ios-install.md"/>
<toc-element topic="mobile-install.md"/>
<toc-element topic="self-update.md"/>
<toc-element topic="update.md"/>
</toc-element>
Expand Down
6 changes: 6 additions & 0 deletions Writerside/topics/inertia-fix.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# inertia:fix

<warning>
This command was temporarily added whilst awaiting a blocking change to be merged into the InertiaJS repository.

This command was added in version 1.1.2 and was subsequently removed in version 1.2.0.
</warning>

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.

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).
Expand Down
8 changes: 7 additions & 1 deletion Writerside/topics/ios-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

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

<tip>
This command was available until version 1.1.2.

From version 1.2.0, you should use <a href="mobile-install.md" summary="mobile:install"> instead.
</tip>

This command will bootstrap your existing Laravel app with the NativePHP for iOS package, ready for you to build your iOS app.

If you have not previously installed the NativePHP for iOS package, you will be prompted to input your license details.
Expand Down
22 changes: 22 additions & 0 deletions Writerside/topics/mobile-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# mobile:install

<warning>
This command requires that you have a license from NativePHP.
If you do not have a license, you can purchase one from <a href="https://nativephp.com/ios" />.
</warning>

This command will bootstrap your existing Laravel app with the NativePHP for iOS package, ready for you to build your iOS app.

If you have not previously installed the NativePHP for iOS package, you will be prompted to input your license details.

## Command

Syntax:

```shell
nativecli mobile:install
```

## Options

There are no options for this command.