- Laravel
- Symfony
Prerequisites
- PHP 8.2 or greater
- Laravel 9.x or greater
- A GitHub, GitLab, or Bitbucket account
Connect your Git provider
Select Continue with GitHub, GitLab, or Bitbucket. A new tab / window will open. Sign in to your Git provider and select the user / organization and repositories you want to give Laravel Cloud access to.
After completing the Git provider authentication flow, you will be redirected back to Laravel Cloud.

Create a new application
Select the repository you want to use, name your Laravel Cloud application, and select a Region where your application will deploy. Then, click Create Application.
Your application will be created along with a default environment. You will then be redirected to your application’s default environment overview page.


Select the PHP runtime
In your environment settings, confirm the runtime is set to PHP and select the PHP version that matches your application’s requirements.
Set build and deploy commands
Set your build command to install dependencies and compile assets:Set your deploy command to run database migrations on each deployment:
Add environment variables


