Overview of Bedrock
masterBedrock 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/wordpressfor 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).