jjgrainger / wp-scaffold
Scaffold for advanced WordPress development
v0.1.1
2017-06-08 13:38 UTC
Requires
- php: >=5.6
- vlucas/phpdotenv: ^2.4
- wp-cli/wp-cli: ^1.1
This package is auto-updated.
Last update: 2026-03-06 12:52:53 UTC
README
Scaffold for WordPress development
Requirements
- PHP >= 5.6
- Composer
Usage
1. Create a new WordPress project
To create a new WordPress project simply run the following command in your terminal.
$ composer create-project jjgrainger/wp-scaffold project-folder-name
2. Setup Environment
Inside the .env file set the environment variables for your project.
WordPress salts for the .env file can be generated, copied and pasted from https://roots.io/salts.html.
Notes
- Heavily inspired by Root's Bedrock
- Licensed under the MIT License
- Maintained under the Semantic Versioning Guide
Authors
Joe Grainger