Documentation Index
Fetch the complete documentation index at: https://kawax.biz/llms.txt
Use this file to discover all available pages before exploring further.
Usage in Laravel Cloud
Installation
Add the following to Settings > Deployments > Build commands and deploy./var/www/.local/bin/copilot, so add the following in Custom environment variables.
COPILOT_GITHUB_TOKEN, you can use any authentication method supported by Copilot CLI, such as GH_TOKEN or GITHUB_TOKEN.
If you use the default stdio mode, this installation is enough.
Operating in TCP mode
In App cluster > Background processes > Custom worker, set/var/www/.local/bin/copilot --headless --port 12345.
It keeps running as a background process and automatically restarts on deployment.
You can choose any port.
Set COPILOT_URL in Custom environment variables.
Cautions
- Low-cost servers can run out of memory easily.
- The default HTTP timeout is 20 seconds, so if requests fail often, increase it up to the maximum 60 seconds.
For the latest updates, see the GitHub repository.