Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bedrock/bedrock-with-lando.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date_modified: 2023-06-04 16:40
date_modified: 2026-03-08 10:00
date_published: 2023-02-19 12:16
description: Set up Lando for Bedrock WordPress development. Configure webroot to `web/` directory and adjust Lando settings for Bedrock's unique folder structure.
title: Bedrock Local Development with Lando
Expand Down Expand Up @@ -32,7 +32,7 @@ config:
webroot: web
services:
appserver:
type: php:8.2 # Bedrock requires PHP >= 8.0
type: php:8.3 # Bedrock requires PHP >= 8.3
```

## Configure environment variables
Expand Down
6 changes: 3 additions & 3 deletions bedrock/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date_modified: 2025-04-16 10:45
date_modified: 2026-03-08 10:00
date_published: 2015-10-15 12:29
description: Install Bedrock with PHP 8.1+ and Composer. Configure environment variables in `.env` file and set document root to `web/` directory to access WordPress.
description: Install Bedrock with PHP 8.3+ and Composer. Configure environment variables in `.env` file and set document root to `web/` directory to access WordPress.
title: Installing the Bedrock WordPress Boilerplate
authors:
- ben
Expand All @@ -25,7 +25,7 @@ Bedrock is a [WordPress boilerplate](https://roots.io/bedrock/).

## Requirements

- PHP >= 8.1
- PHP >= 8.3
- [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)

## Installing Bedrock with Composer
Expand Down
4 changes: 2 additions & 2 deletions bedrock/server-configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date_modified: 2025-10-03 09:00
date_modified: 2026-03-08 10:00
date_published: 2018-12-21 18:24
description: Configure Nginx or Apache for Bedrock by setting document root to `web/` directory. Includes complete server configuration examples and rewrite rules.
title: Server Configuration for Bedrock
Expand All @@ -12,7 +12,7 @@ authors:

# Server Configuration for Bedrock

Bedrock can run on any webserver that supports Composer and PHP >= 8.1. The document root for your site must be pointed to Bedrock's `web` folder.
Bedrock can run on any webserver that supports Composer and PHP >= 8.3. The document root for your site must be pointed to Bedrock's `web` folder.

## Nginx configuration for Bedrock

Expand Down