From 9ec4f0176702425c4523f409102d37d9f8521faf Mon Sep 17 00:00:00 2001 From: CodingwithRK Date: Mon, 2 Mar 2026 19:10:15 +0530 Subject: [PATCH 1/2] Adding Mobile Starter Kit Docs --- .../mobile/3/getting-started/quick-start.md | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/resources/views/docs/mobile/3/getting-started/quick-start.md b/resources/views/docs/mobile/3/getting-started/quick-start.md index dc0cb731..b96a8e17 100644 --- a/resources/views/docs/mobile/3/getting-started/quick-start.md +++ b/resources/views/docs/mobile/3/getting-started/quick-start.md @@ -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 @@ -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)! From 6a1fd446c5e2892a66a44198129cd84bd9868158 Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Thu, 5 Mar 2026 17:37:50 +0000 Subject: [PATCH 2/2] Fix capitalization and punctuation in quick-start.md Corrected capitalization and punctuation for consistency in the documentation. --- .../views/docs/mobile/3/getting-started/quick-start.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/docs/mobile/3/getting-started/quick-start.md b/resources/views/docs/mobile/3/getting-started/quick-start.md index b96a8e17..7fbce38f 100644 --- a/resources/views/docs/mobile/3/getting-started/quick-start.md +++ b/resources/views/docs/mobile/3/getting-started/quick-start.md @@ -11,9 +11,9 @@ 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 +### New Laravel app -If you are creating new laravel app you can build using starter kit: +If you are creating new Laravel app, you can build using our starter kit: ```bash laravel new my-app --using=nativephp/mobile-starter @@ -23,9 +23,9 @@ cd my-app php artisan native:jump ``` -### Existing laravel app +### Existing Laravel app -If you already have a laravel app: +If you already have a Laravel app: ```bash composer require nativephp/mobile