Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ products built on top of that runtime—like packages around Node.js.
Install PAM once, then use Composer through its bundled PHP runtime:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam composer require pushinbr/pam-native-auth
```
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/desktop/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ PAM's Composer passthrough.
1. Install and verify PAM.

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/laravel/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install and verify PAM first, create the application, and then install the
integration through PAM's Composer passthrough:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-laravel-app --template laravel
cd my-laravel-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/native/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ create the native application, and install the product package through PAM's
Composer passthrough:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native --platform android
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, then add the contracts package to a
PAM project through PAM's Composer passthrough:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam composer require pushinbr/pam-contracts
```
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ machine, create the project, and then use PAM's Composer passthrough to add the
HTTP package:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-api --template http
cd my-api
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/mobile-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PAM Native UI depends on both the PAM runtime and PAM Native. Install PAM first,
verify it, create a native project, and add both Composer packages through PAM:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native-ui --platform android
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-background-transfer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-bluetooth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-devtools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-feature-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-firebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-health.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-intents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-laravel-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-live-activities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-maps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-media.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-nfc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-nitro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-observability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-plugin-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-realtime.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-scanner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-share-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/native-widgets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Every PAM Native product runs on the PAM runtime. Install and verify PAM first,
create a Native application, and add this package through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-app --template native
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/psr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, create an HTTP application, and add
the PSR bridge through PAM's Composer passthrough:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-api --template http
cd my-api
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/skeleton.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install and verify PAM first. The runtime then selects the compatible skeleton;
the generated HTTP dependency remains an ordinary Composer package:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-api --template http
cd my-api
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/socket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, create an HTTP application, and add
the Socket package through PAM's Composer passthrough:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-api --template http
cd my-api
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/packages/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install and verify the PAM runtime first, create an HTTP application, and add
the test helpers as a development dependency through PAM Composer:

```bash
curl -fsSL https://push-in.github.io/pam/install.sh | sh
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | sh
pam doctor
pam init my-api --template http
cd my-api
Expand Down