PHP

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

Displaying posts 13 - 16 of 16 in total

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...