Documentation Index
Fetch the complete documentation index at: https://cloud.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Laravel Cloud deploys your application by connecting to a Git provider. Cloud supports GitHub, GitLab, and Bitbucket.Connecting a source control provider
To connect a source control provider, go to “Account settings > Source controls”.
Connecting the same Git to multiple Cloud accounts
You can connect the same Git account to more than one Laravel Cloud user. Each connection is separate: disconnecting Git from one Cloud account does not disconnect it from the others. To fully remove a Git account connection from Laravel Cloud, all Cloud users using that Git account must be disconnected.Disconnecting a source control provider
You can disconnect a provider from “Account settings > Source control”. Click the ”…” next to the provider and then “Disconnect”.Refreshing tokens
If your provider token expires or you need to re-authorize access, go to “Account settings > Source control”, click the ”…” next to the provider, and then “Reauthorize”.Troubleshooting
I can’t find my repository

1. Your Github user doesn’t have access to the repository
Laravel Cloud follows GitHub’s permissions, displaying only the repositories your GitHub user has access to. To check whether your GitHub has access to the repository:- Go to github.com
- Log in using the same user you’ve authenticated on Laravel Cloud
- Search your list of repositories
2. The Laravel Cloud app doesn’t have the permissions to access the repository
The Laravel Cloud GitHub app must be granted access to the repositories you wish to import. To check the Laravel Cloud app’s permissions:- Go to the Laravel Cloud app installation settings on GitHub
- Select your GitHub account
- Select ‘All repositories’ (or select your repositories)
- Hit Save

Missing GitHub installation
If you encounter the “Missing GitHub installation for ‘your name’, please re-install” error, it means GitHub has failed to send us the confirmation webhook during the installation of the Laravel Cloud GitHub application into your GitHub account.
- Go to the Laravel Cloud app installation settings on GitHub
- Select your GitHub account
- In the Danger zone section, click Uninstall
- Back on Laravel Cloud, go to Overview > + New application
- Go through the authorization process again

