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}"
5656VITE_PUSHER_PORT = " ${ PUSHER_PORT } "
5757VITE_PUSHER_SCHEME = " ${ PUSHER_SCHEME } "
5858VITE_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
99## Issues
1010
1111Please 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