Skip to content
Open
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
20 changes: 18 additions & 2 deletions resources/views/docs/mobile/3/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Don't waste hours downloading, installing, and configuring Xcode and Android Stu
1. Install the Jump app on your iOS or Android device
2. Run the following commands:

### New laravel app

If you are creating new laravel app you can build using starter kit:

```bash
laravel new my-app --using=nativephp/mobile-starter

cd my-app

php artisan native:jump
```

### Existing laravel app

If you already have a laravel app:

```bash
composer require nativephp/mobile

Expand Down Expand Up @@ -55,5 +71,5 @@ php native run

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