All use cases

Deploy PHP Applications

Deploy Laravel, Symfony, WordPress, and any PHP application. PHP 8.3 runtime with Composer and common extensions.

How to deploy your PHP app

1

Sign up / Sign in

Create an account or sign in to your dashboard. Your account is created automatically on first sign in.

2

Create a project

Click on "Create a project" from your dashboard.

3

Connect your GitHub repository

Select your PHP repository from GitHub. You may need to connect your GitHub account if you haven't already.

4

Configure your project settings

Set your Docker image and commands for your PHP app.

Example: Laravel
Build: composer install --no-dev && php artisan config:cache
Start: php artisan serve --host=0.0.0.0 --port=8000
5

Deploy

Click "Deploy" or simply push to your repository. Every git push triggers a new deployment.

6

Visit your app

Once deployed, click "Visit" to see your live PHP application.

Popular PHP frameworks

  • Laravel - The PHP framework for web artisans
  • Symfony - High performance PHP framework
  • WordPress - The world's most popular CMS
  • Drupal - Enterprise-grade CMS