File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,5 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
56
56
VITE_PUSHER_PORT = " ${ PUSHER_PORT } "
57
57
VITE_PUSHER_SCHEME = " ${ PUSHER_SCHEME } "
58
58
VITE_PUSHER_APP_CLUSTER = " ${ PUSHER_APP_CLUSTER } "
59
+
60
+ TORCHLIGHT_TOKEN =
Original file line number Diff line number Diff line change @@ -9,3 +9,14 @@ We welcome any contributions to improve the documentation. Please feel free to o
9
9
## Issues
10
10
11
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
+ ```
You can’t perform that action at this time.
0 commit comments