Skip to content

Commit 4724574

Browse files
Add instructions for Torchlight
1 parent e7a2d6b commit 4724574

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
5656
VITE_PUSHER_PORT="${PUSHER_PORT}"
5757
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
5858
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
59+
60+
TORCHLIGHT_TOKEN=

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ We welcome any contributions to improve the documentation. Please feel free to o
99
## Issues
1010

1111
Please raise any issues on the [NativePHP/laravel](https://github.com/NativePHP/laravel/issues) repo.
12+
13+
## Torchlight
14+
15+
The documentation uses [torchlight.dev](torchlight.dev) to generate a token.
16+
17+
1. Create an account and then make a new API token [here](https://torchlight.dev/account/api-tokens).
18+
2. Then set the API token in the .env.
19+
20+
```
21+
TORCHLIGHT_TOKEN=<token>
22+
```

0 commit comments

Comments
 (0)