Bedrock Documentation

repository·master·Indexed 27 days ago

https://github.com/roots/bedrock

A WordPress boilerplate implementing modern development practices, including dependency management with Composer, environment variable configuration via Dotenv, and a folder hierarchy inspired by the Twelve-Factor App methodology.

Tokens
158
Snippets
0
Records
2
Agent score
42%

What's inside Bedrock

  1. Overview of Bedrock

    master

    Bedrock is a WordPress boilerplate designed for developers who want to manage projects using Git and Composer. It follows the Twelve-Factor App methodology adapted for WordPress.

    Key features include:

    • Improved folder structure.
    • Dependency management via Composer (using roots/wordpress for core and WP Packages for plugins/themes).
    • Environment-specific configuration files.
    • Environment variable management using Dotenv.
    • An autoloader for mu-plugins (allowing regular plugins to be used as mu-plugins).