Skip to content

Commit ff77694

Browse files
Adding Mobile Starter Kit Docs (#272)
* Adding Mobile Starter Kit Docs * Fix capitalization and punctuation in quick-start.md Corrected capitalization and punctuation for consistency in the documentation. --------- Co-authored-by: Simon Hamp <simon.hamp@me.com>
1 parent eefe500 commit ff77694

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

resources/views/docs/mobile/3/getting-started/quick-start.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ Don't waste hours downloading, installing, and configuring Xcode and Android Stu
1111
1. Install the Jump app on your iOS or Android device
1212
2. Run the following commands:
1313

14+
### New Laravel app
15+
16+
If you are creating new Laravel app, you can build using our starter kit:
17+
18+
```bash
19+
laravel new my-app --using=nativephp/mobile-starter
20+
21+
cd my-app
22+
23+
php artisan native:jump
24+
```
25+
26+
### Existing Laravel app
27+
28+
If you already have a Laravel app:
29+
1430
```bash
1531
composer require nativephp/mobile
1632

@@ -55,5 +71,5 @@ php native run
5571

5672
- **Community** - Join our [Discord](/discord) for support and discussions.
5773
- **Examples** - Check out the Kitchen Sink demo app
58-
on [Android](https://play.google.com/store/apps/details?id=com.nativephp.kitchensinkapp) and
59-
[iOS](https://testflight.apple.com/join/vm9Qtshy)!
74+
on [Android](https://play.google.com/store/apps/details?id=com.nativephp.kitchensinkapp) and
75+
[iOS](https://testflight.apple.com/join/vm9Qtshy)!

0 commit comments

Comments
 (0)