wordrobe/skeleton

Wordpress boilerplate with modern development tools, easier configuration, and an improved folder structure

v1.1.3 2019-03-19 09:17 UTC

This package is auto-updated.

Last update: 2024-03-20 00:32:46 UTC


README

Installation

composer create-project wordrobe/skeleton your-project-path

Security

To grant an higher security level, you can rename the default string "wp" for both database tables prefix and Wordpress installation folder. You can find all references in the following files:

  • composer.json (["extra"]["wordpress-install-dir"])
  • .env(.dist|.staging|.production) (DB_PREFIX, WP_FOLDER)
  • .gitignore (under "WORDPRESS")
  • wp-cli.yml (path)
  • web (wp folder name)
  • web/.htaccess (under "Bedrock Ajax Redirect")
  • web/index.php