jjgrainger / wp-scaffold
Scaffold for advanced WordPress development
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6
- vlucas/phpdotenv: ^2.4
- wp-cli/wp-cli: ^1.1
This package is auto-updated.
Last update: 2024-11-06 09:59:24 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