Skip to content

jjgrainger/wp-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Scaffold v0.1.1

Latest Stable Version Total Downloads License

Scaffold for WordPress development

Requirements

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

Authors

Joe Grainger