Modern WordPress Dev Environment

Modern WordPress Dev Environment

Available Automated Options

Developing inside WSL2 or Linux

Classic Windows Stacks

Docker Based Stacks

The only nice solution which I am happy with and I recommend is to install everything on WSL2

Probably will need something like docker-sync

In order of quality…

  • Devilbox | multi-OS; essentially one big nice Dockerfile;
    I like its “docker-compose” approach and syntax; Running on all major platforms (WSL2, macOS & Linux); vhosts, SSL certificates and DNS records are created automatically;

  • Amazing idea is PHPDocker.io | Docker generator for PHP;
    almost the same as doing it manually; just create public/index.php and do a docker-compose up -d. Configure ports as wanted.

  • Lando | multi-OS
    Very solid and mature but I prefer Devilbox’s docs and syntax
    WordPress on Lando

    Documentation | Lando How to Setup a Local Development Environment in 5 Minutes | Iulia Cazan

  • Laradock | No straightforward WordPress recipe out of the box
    PHP focused development environment based on Docker with extensive list of services. Maybe a little bloated because of this but amazing as a reference for Dockerfiles for the various services you might need.

  • DDEV | multi-OS
    Example Setup Using Bedrock

  • Docksal; multi-OS Instant boilerplates for WordPress, Hugo, GatsbyJS, etc

  • DECK (formerly Dockerstacks); free for personal use.
    Automatic HTTPS achieved via dedicated domain stacks.run; Under the hood, DECK sits on top Laradock and Docker

Probably Abandoned

Optimized especially for WordPress

Notable Mentions

Others


Setup Code with Hugo Deployment options: Netlify + Dokku on DigitalOcean or Hetzner Cloud vs now.sh, GitHub Pages, Heroku and AWS


Setup WP?

WordOps - Setup a high performance WordPress stack with a few keystrokes

Fastest WP? WordPress Cloud Hosting powered by Google Cloud Platform | Closte

nginxconfig.io


Wordpress Boilerplate

Ovaj mi se stvarno sviđa: ManiruzzamanAkash/wp-react-kit

A simple starter kit to work in WordPress with WordPress Rest API, WP-script, React, React Router, Tailwind CSS, PostCSS, Eslint, WP-Data, WP-Data Store, Typescript, React Components, i18n, CRUD, PHP OOP plugin architecture easily in a minute.

Jer ima sve, razumem ga, i baš se razvija


Odličan tekst je ovo: Managing WordPress With Git and Composer

date 27. Aug 2019 | modified 29. Dec 2023
filename: Wordpress » Env » Modern Stack