All Projects → boxuk → wp-project-skeleton

boxuk / wp-project-skeleton

Licence: GPL-2.0 license
A skeleton WordPress project to be used as a base for new WordPress projects.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
Mustache
554 projects

Projects that are alternatives of or similar to wp-project-skeleton

WPKirk
A WP Bones skeleton Plugin
Stars: ✭ 28 (-15.15%)
Mutual labels:  wordpress-development, wordpress-boilerplate
monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (+18.18%)
Mutual labels:  wordpress-development, wordpress-boilerplate
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (-24.24%)
Mutual labels:  wordpress-development, wordpress-boilerplate
UpGulp
A Gulp Starter for your WordPress project
Stars: ✭ 29 (-12.12%)
Mutual labels:  wordpress-development, wordpress-boilerplate
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+36.36%)
Mutual labels:  wordpress-development, wordpress-boilerplate
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+148.48%)
Mutual labels:  wordpress-development, wordpress-boilerplate
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+148.48%)
Mutual labels:  wordpress-development, wordpress-boilerplate
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (+606.06%)
Mutual labels:  wordpress-development
enveigle
Deceive Ansible to template Trellis .env files to local Bedrock
Stars: ✭ 18 (-45.45%)
Mutual labels:  wordpress-development
Aquila
🎨 An Advanced WordPress theme
Stars: ✭ 204 (+518.18%)
Mutual labels:  wordpress-development
Wplib Box
The Best Local Dev Server for WordPress Developers
Stars: ✭ 204 (+518.18%)
Mutual labels:  wordpress-development
Understrap
Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers.
Stars: ✭ 2,822 (+8451.52%)
Mutual labels:  wordpress-development
Guty-Blocks-2
A minimal, fast development environment for WordPress Gutenberg blocks
Stars: ✭ 52 (+57.58%)
Mutual labels:  wordpress-boilerplate
WordPress-Distribution
This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.).
Stars: ✭ 16 (-51.52%)
Mutual labels:  wordpress-development
wp-modular-css
Plugin to generate a custom Tachyons build from a JSON configuration.
Stars: ✭ 15 (-54.55%)
Mutual labels:  wordpress-development
Code Snippets
Code Snippets WordPress Plugin
Stars: ✭ 226 (+584.85%)
Mutual labels:  wordpress-development
view-admin-as
View the WordPress admin as a different role, switch between users, temporarily change your capabilities, set default screen settings for roles, manage your roles and capabilities.
Stars: ✭ 44 (+33.33%)
Mutual labels:  wordpress-development
Brizy
Brizy is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
Stars: ✭ 209 (+533.33%)
Mutual labels:  wordpress-development
wp-weixin
WordPress WeChat integration
Stars: ✭ 62 (+87.88%)
Mutual labels:  wordpress-development
coblocks-theme
WordPress theme for CoBlocks
Stars: ✭ 24 (-27.27%)
Mutual labels:  wordpress-development

Box UK Logo

BoxUK WordPress Project Skeleton

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

Build Status GPLv2 License

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

You will be faced with a security warning.

On Chrome, type thisisunsafe to bypass. On other browsers follow the prompts.

To find out more about this and what options you have, read the dedicated section on HTTPS.

Admin:

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

Username is: admin An admin password would have been generated during install, but unless you were beady eyed you probably missed it. You can easily regenerate an admin password using the following command:

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

Features

🐳 - Fully dockerized setup

📦 - Composer based plugin management

🧠 - Genius xdebug setup

📧 - Email testing with mailhog

🚀 - Memcached support

🔥 - Blackfire support

🧐 - Monorepo support

📋 - Dictator support for dictating state across environments

🪜 - Fixtures support using wp-cli-fixtures

💉 - Baked in Dependency Injection support with Symfony

🪝 - DI based hook solution using tags

🏋️‍♀️ - Optimised mu-plugin setup, including scaffold tool

🚩 - First class support for feature flags using flagpole

- Unit, Integration and Visual Regression testing support

💻 - Logging support through Wonolog

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

Documentation

License

GPLv2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].