WordPress Skeleton
A template for using WordPress in a subdirectory managed by Composer.
Usage
- Clone this repository
- Run
composer install
- Copy
local-config.sample.php
tolocal-config.php
and fill in the details - Point your web root to the
/public
directory
Note: If you're running on production copy local-config.sample.php
to production-config.php
.
For more info see this blog series: Managing Your WordPress Site With Git And Composer