DeployHQ is a code deployment platform designed to help you get files from Git, Mercurial & Subversion repositories onto your servers using SFTP, FTP, S3, Digital Ocean and more!

PHP

Deploying Modern PHP: Laravel, Symfony, and More. Explore how to deploy popular PHP frameworks with DeployHQ, streamlining your release process.

Displaying posts 13 - 24 of 25 in total

Installing cPanel on Ubuntu 22.04 and DeployHQ

Posted in February 2025 on the DeployHQ blog

cPanel requires AlmaLinux, not Ubuntu. This guide covers installing cPanel on a supported OS and recommends free Ubuntu-compatible alternatives like CloudPanel and HestiaCP, with DeployHQ deployment setup.

How to Deploy Laravel with DeployHQ

Posted in February 2025 on the DeployHQ blog

Set up automated Laravel deployments with build pipelines, database migrations, cache management, and zero-downtime releases. Works with any SFTP/SSH host.

Deploying Drupal with Drush and DeployHQ

Posted in January 2025 on the DeployHQ blog

Automate Drupal deployments with Drush and DeployHQ. Learn how drush deploy handles database updates, config imports, and cache rebuilds — plus how to write custom deploy hooks and set up push-to-deploy automation.

Deploy CraftCMS via DeployHQ on Hetzner Cloud

Posted in January 2025 on the DeployHQ blog

Deploy Craft CMS to a Hetzner cloud server with automated zero-downtime deployments via DeployHQ. Step-by-step guide covering DDEV local development, server setup, Project Config workflow, and push-to-deploy automation.

Deploying Kirby with DeployHQ

Posted in November 2024 on the DeployHQ blog

A major advantage of using a CMS like Kirby is the ability to deploy your website directly from a Git repository. Since Kirby uses flat files instead of a database, this includes both your code and content.

Modern WordPress Plugin Development

Posted in October 2024 on the DeployHQ blog

I wanted to build something that took a more modern structured approach...separates classes into 'single responsibilities'...uses Composer for loading dependencies...is easy to read & extend...Separates HTML from PHP.

Deploying your PHP site with DeployHQ

Posted in May 2023 on the DeployHQ blog

One of the most common technologies used on the web today, and for the past few decades, is PHP, or as it was originally known, Personal Home Page. Now, it's...