Skip to content

johnpbloch/wordpress-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Project

This is a WordPress starter project for use with Composer. I'll add more documentation when I can, but it's based heavily off of Mark Jaquith's WordPress Skeleton project. To get started using it, just use the create-project composer command:

composer create-project johnpbloch/wordpress-project my-site 1.0.3

This will create the project in the my-site directory. The project uses public as the document root, so make sure to take that into account in your host configurations.

Site configuration is in the .env file. If you want to define a constant there, prefix the constant name with WPC_.

This package is meant to kickstart development of your site. It's probably unwise to use it to deploy a site directly to production.

License

MIT