Skip to content
/ wp-project-skeleton Public template

A skeleton WordPress project to be used as a base for new WordPress projects.

License

Notifications You must be signed in to change notification settings

boxuk/wp-project-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoxUK WordPress Project Skeleton

A base WordPress project from Box UK to get you up and running quickly.

Installation

Create a new project with composer

composer create-project boxuk/wp-project-skeleton my-project --stability=dev

Install with the simple install script

bin/install my-project

Note: This is an interactive command.

Usage

Frontend:

https://my-project.local

Admin:

https://my-project.local/wp-admin

If you need to update the admin password, you can run the following WP-CLI command:

bin/docker/wp user update admin --user_pass=your_password_here

Features

📕 - Fully documented.

🐳 - Fully dockerized setup

📦 - Composer based plugin management

🧠 - Genius xDebug setup

📋 - Dictator support for dictating state across environments

🪜 - Fixtures support using wp-cli-fixtures

🚩 - First class support for feature flags using wp-feature-flags

✅ - Unit, Integration and Visual Regression testing support

You can read more about all of these features in this post on the Box UK blog.

License

GPLv2