Skip to content

Commit 7ddb84f

Browse files
committed
Update ios installation instructions
1 parent 61d858e commit 7ddb84f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Diff for: resources/views/docs/mobile/1/getting-started/installation.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,31 @@ it's not open source and you are not free to distribute or modify its source cod
3838
Before you begin, you will need to purchase a license.
3939
Licenses can be obtained via [Anystack](https://checkout.anystack.sh/nativephp-ios).
4040

41-
Instructions on how to prepare your application to use this private package are made available to you after purchase.
41+
Once you have your license, you will need to add the following to your `composer.json`:
42+
43+
```json
44+
"repositories": [
45+
{
46+
"type": "composer",
47+
"url": "https://nativephp-ios.composer.sh"
48+
}
49+
],
50+
```
4251

4352
## Install NativePHP for iOS
4453

4554
```shell
4655
composer require nativephp/ios
4756
```
48-
4957
This package contains all the libraries, classes, commands, and interfaces that your application will need to work with
5058
iOS.
5159

60+
If this is the first time you're installing the package, you will be prompted to authenticate.
61+
62+
Your username is the email address you registered with Anystack.
63+
64+
Your password is your license key.
65+
5266
## Run the NativePHP installer
5367

5468
```shell

0 commit comments

Comments
 (0)