From 779e9d228c0eaeba6431b64586ed9cc2143f8070 Mon Sep 17 00:00:00 2001 From: vipertecpro Date: Sun, 30 Aug 2026 23:23:14 +0530 Subject: [PATCH] docs(mobile/4): skip Node setup for native starter kit --- resources/views/docs/mobile/4/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/docs/mobile/4/getting-started/quick-start.md b/resources/views/docs/mobile/4/getting-started/quick-start.md index 7fbce38f..cb6f8ddc 100644 --- a/resources/views/docs/mobile/4/getting-started/quick-start.md +++ b/resources/views/docs/mobile/4/getting-started/quick-start.md @@ -16,7 +16,7 @@ Don't waste hours downloading, installing, and configuring Xcode and Android Stu If you are creating new Laravel app, you can build using our starter kit: ```bash -laravel new my-app --using=nativephp/mobile-starter +laravel new my-app --using=nativephp/mobile-starter --no-node cd my-app