All Projects → roots → wp-config

roots / wp-config

Licence: MIT license
Bedrock's failsafe wp-config

Programming Languages

PHP
23972 projects - #3 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to wp-config

wp-smtp
Simple package for handling WordPress SMTP with .env when using the Roots stack.
Stars: ✭ 31 (-31.11%)
Mutual labels:  bedrock, roots
wp-docker-bedrock
[UNSUPPORTED] Roots Bedrock for WordPress running on Docker.
Stars: ✭ 50 (+11.11%)
Mutual labels:  bedrock, roots
acorn-db
Provides Acorn projects with Eloquent Models for WordPress data.
Stars: ✭ 30 (-33.33%)
Mutual labels:  roots
minecraft-worldedit-bedrock
World Edit for Minecraft bedrock
Stars: ✭ 48 (+6.67%)
Mutual labels:  bedrock
ModdedBE
Open source Minecraft: Bedrock Edition launcher for Android. Using EnderCore as Mod Engine, patching NMods to Minecraft.
Stars: ✭ 41 (-8.89%)
Mutual labels:  bedrock
tiny-blocks
WordPress block editor framework
Stars: ✭ 31 (-31.11%)
Mutual labels:  roots
bedrock-server
Minecraft Bedrock (MCPE) Server on Docker
Stars: ✭ 47 (+4.44%)
Mutual labels:  bedrock
docs
The source of the bedrock.dev docs
Stars: ✭ 17 (-62.22%)
Mutual labels:  bedrock
bedrock-emotes
A collection of all Bedrock Edition emote UUIDs currently in the game.
Stars: ✭ 70 (+55.56%)
Mutual labels:  bedrock
WaterdogPE
Brand new proxy server for Minecraft: Bedrock Edition
Stars: ✭ 164 (+264.44%)
Mutual labels:  bedrock
sage-xpress
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
Stars: ✭ 26 (-42.22%)
Mutual labels:  roots
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (+86.67%)
Mutual labels:  bedrock
wordpress-scaffold
The scaffold for GRRR's WordPress Pro setup.
Stars: ✭ 16 (-64.44%)
Mutual labels:  bedrock
mcwzh-meme-resourcepack-bedrock
An add-on that include meme translation in Chinese. | 梗体中文基岩版
Stars: ✭ 38 (-15.56%)
Mutual labels:  bedrock
papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 221 (+391.11%)
Mutual labels:  bedrock
BedrockBackwards
Connects older clients to newer servers
Stars: ✭ 24 (-46.67%)
Mutual labels:  bedrock
bedrock-site-protect
Ansible role: Add htpasswd protection to Trellis (Bedrock-Ansible) WordPress sites.
Stars: ✭ 79 (+75.56%)
Mutual labels:  bedrock
trellis-cli
A CLI to manage Trellis projects
Stars: ✭ 141 (+213.33%)
Mutual labels:  roots
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+82.22%)
Mutual labels:  bedrock
Minecraft-bedrock-json-schemas
The JSON validation schema files for Minecraft bedrock
Stars: ✭ 17 (-62.22%)
Mutual labels:  bedrock

wp-config

Build Status Coverage Status

Config::define('WP_DEBUG_DISPLAY', false);

Config::define('WP_DEBUG_DISPLAY', true);

Config::apply();

echo WP_DEBUG_DISPLAY;
// true

Why?

\Roots\WPConfig

Requirements

This library requires PHP 7.1+. If you need PHP 5.6 support: use 1.0.0.

Tests

Just run make to do everything

We use PHPUnit 7 because it has compatibility for PHP 7.1

PHPUnit Docs

There are 3 test commands

  • make test run the full test suite from php to 7.1 to 7.4
  • make test-fast run php 7 tests
  • make test-coverage generate an html test coverage report in ./coverage
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].