Skip to content

Instantly share code, notes, and snippets.

View icanhazstring's full-sized avatar

Andreas Frömer icanhazstring

View GitHub Profile
@icanhazstring
icanhazstring / 01-introduction.md
Created September 18, 2023 09:46 — forked from gemmadlou/01-introduction.md
WordPress Composer Starter (Steps)

Develop WordPress as a Modern PHP Project with Composer


WordPress is popular because it's easy to setup without much technical know-how. However, to build a more robust PHP project with command line deployments, updates and ongoing maintenance, working with WordPress out-of-the-box raises specific challenges:


  • How can we make our WordPress projects portable between developers?