WordPress development with GIT

This page summarizes the projects mentioned and recommended in the original post on /r/Wordpress

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bedrock

    WordPress boilerplate with Composer, easier configuration, and an improved folder structure

  • No, as far as I know it’s not that easy to accomplish with WordPress. You can use Bedrock (https://roots.io/bedrock/ ) as a Boilerplate for your development process. The Database can not be cloned to each environment that easily. Because every instance is working on it’s own. So if others want to work on their local machine they need a database dump which they have to setup manually on their machine. The only way that comes in my mind is to set up a development site that is accessible for every developer. You could then connect your local WordPress environment with the database from that development site. Everyone would than be working in the same database and everybody could see the changes someone else is making. But I think that wouldn’t be best practice but could be an option.

  • wprig

    A progressive theme development rig for WordPress.

  • What the other commenter said about Roots is the way I've done it in the past, but honestly it was such a ballache. Instead I just have the templates in a github repo, with a db backup running fairly often. I use https://wprig.io/ for my templates, and just commit the template before building and putting it on stg or prod.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • plugin-update-checker

    A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.

  • git-updater

    This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [FREE] just another boilerplate for WordPress plugins

    1 project | /r/WordpressPlugins | 15 Aug 2022
  • WordPlate: WordPress on Composer with sensible defaults

    9 projects | news.ycombinator.com | 25 Feb 2023
  • How to Create a Product Page - P5 - Using Meta Box and Gutenberg

    1 project | dev.to | 31 Oct 2022
  • Display the Latest Products Section - P4 - Using Meta Box + Zion

    1 project | dev.to | 22 Aug 2022
  • How to Show Featured Restaurants on Homepage - P1 - Meta Box + Elementor + WP Grid Builder

    1 project | dev.to | 17 Aug 2022