johnpbloch/wordpress-project

An out-of-the-box composer-powered WordPress package inspired by Mark Jaquith's WordPress Skeleton

1.0.3 2022-07-20 14:28 UTC

This package is auto-updated.

Last update: 2024-04-20 18:54:14 UTC


README

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