Laravel Forge
BetaDeploy to servers managed by Laravel Forge. Perfect for Laravel applications with built-in Composer, queue, and SSL support.
Currently in early testing. Some features may not work as expected on all Forge instances.
Example configuration
The provider block
{
"provider": "forge",
"api_token": "${FORGE_API_TOKEN}",
"server_id": 1337
}Configuration guidance
What belongs where
Provider block
Define credentials and connection settings in the provider block. Keep secrets outside version control and inject them through environment variables where possible.
Project mapping
Reference this provider from project profiles only after the provider-level credentials and provider-specific identifiers have been validated.