We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2d6b commit 4724574Copy full SHA for 4724574
2 files changed
.env.example
@@ -56,3 +56,5 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
56
VITE_PUSHER_PORT="${PUSHER_PORT}"
57
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
58
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
59
+
60
+TORCHLIGHT_TOKEN=
README.md
@@ -9,3 +9,14 @@ We welcome any contributions to improve the documentation. Please feel free to o
9
## Issues
10
11
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